[libgtop/wip/libgtop-ng] Fixed message prefix for method call



commit 009949a77314a5d9bf1cfb901ed2320fd9cdaa21
Author: Robert Roth <robert roth off gmail com>
Date:   Mon Sep 2 22:23:22 2013 +0300

    Fixed message prefix for method call

 service/gtop-dbus-service.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/service/gtop-dbus-service.c b/service/gtop-dbus-service.c
index e690919..7b68b7b 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]