[libgtop/wip/libgtop-ng] Fixed message prefix for method call
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgtop/wip/libgtop-ng] Fixed message prefix for method call
- Date: Tue, 3 Sep 2013 20:40:20 +0000 (UTC)
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]