tizen 2.4 release
[framework/web/wrt-commons.git] / modules / dbus / include / dpl / dbus / method_proxy.h
@@ -28,7 +28,7 @@
 #include <memory>
 #include <string>
 #include <gio/gio.h>
-#include <dpl/log/log.h>
+#include <dpl/log/wrt_log.h>
 #include <dpl/assert.h>
 #include <dpl/dbus/exception.h>
 #include <dpl/dbus/dbus_server_serialization.h>
@@ -150,8 +150,8 @@ class MethodProxy
     {
         GError* error = NULL;
 
-        LogPedantic(
-            "Invoking method: " << m_interfaceName << "." << m_methodName);
+        WrtLogD("Invoking method: %s.%s",
+            m_interfaceName.c_str(), m_methodName.c_str());
         GVariant* result = g_dbus_connection_call_sync(m_connection,
                                                        m_serviceName.c_str(),
                                                        m_objectPath.c_str(),