X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fdbus%2Finclude%2Fdpl%2Fdbus%2Fmethod_proxy.h;fp=modules_mobile%2Fdbus%2Finclude%2Fdpl%2Fdbus%2Fmethod_proxy.h;h=dbcbfcc0856996efc42625873c7aab89a216c8f9;hb=refs%2Ftags%2Faccepted%2Ftizen%2F2.4%2Fmobile%2F20151029.025055;hp=19c3b9010e989e0eb001dfadfbc1f4d0971167f4;hpb=58be0971049907f3166ce56a6ad509769565158f;p=framework%2Fweb%2Fwrt-commons.git diff --git a/modules_mobile/dbus/include/dpl/dbus/method_proxy.h b/modules/dbus/include/dpl/dbus/method_proxy.h similarity index 98% rename from modules_mobile/dbus/include/dpl/dbus/method_proxy.h rename to modules/dbus/include/dpl/dbus/method_proxy.h index 19c3b90..dbcbfcc 100644 --- a/modules_mobile/dbus/include/dpl/dbus/method_proxy.h +++ b/modules/dbus/include/dpl/dbus/method_proxy.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include @@ -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(),