tizen 2.4 release
[framework/web/wrt-commons.git] / tests / dbus / test_service.cpp
index 510e4c5..e2146ac 100644 (file)
@@ -60,11 +60,11 @@ class TestServiceDispatcher : public DPL::DBus::Dispatcher
                       GDBusMethodInvocation* invocation)
     {
         if (methodNameEcho == methodName) {
-            LogDebug("Echo");
+            WrtLogD("Echo");
             g_dbus_method_invocation_return_value(invocation,
                                                   parameters);
         } else if (methodNameQuit == methodName) {
-            LogDebug("Quit");
+            WrtLogD("Quit");
             g_dbus_method_invocation_return_value(invocation, NULL);
             LoopControl::wrt_end_loop();
         }