X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fdbus%2Ftest_service.cpp;h=e2146ac579c6c2f66bdd0b062923ec63b637cf57;hb=3a034abb4dca58ff0940687d8dd2b829ce2e226f;hp=510e4c5f26e239dda23f48c3656409a8ff132299;hpb=58be0971049907f3166ce56a6ad509769565158f;p=framework%2Fweb%2Fwrt-commons.git diff --git a/tests/dbus/test_service.cpp b/tests/dbus/test_service.cpp index 510e4c5..e2146ac 100644 --- a/tests/dbus/test_service.cpp +++ b/tests/dbus/test_service.cpp @@ -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(); }