summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2013-09-02 22:23:22 +0300
committerRobert Roth <robert.roth.off@gmail.com>2013-09-02 22:23:22 +0300
commit009949a77314a5d9bf1cfb901ed2320fd9cdaa21 (patch)
tree6346af11808dc64717d6d535ed424c90f9afeb07
parent2ab7ad075cb00443065ad08e09980fb5f96ed074 (diff)
downloadlibgtop-009949a77314a5d9bf1cfb901ed2320fd9cdaa21.tar.gz
Fixed message prefix for method call
-rw-r--r--service/gtop-dbus-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/gtop-dbus-service.c b/service/gtop-dbus-service.c
index e6909192..7b68b7b3 100644
--- a/service/gtop-dbus-service.c
+++ b/service/gtop-dbus-service.c
@@ -35,7 +35,7 @@ handle_method_call (GDBusConnection *connection,
{
#ifdef VERBOSE
gchar *paramstr = g_variant_print (parameters, TRUE);
- fprintf (stderr, "[server 0] "
+ fprintf (stderr, MSG_PREFIX
"handle_method_call (%p,\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",(invocation),%p)\n",
connection, sender, object_path, interface_name, method_name,
paramstr, user_data);