[glib] GDBusConnection: Fix up debug output when completing calls



commit 14f17c13889215adbc9c56e4ea4f46662fa68ee5
Author: David Zeuthen <davidz redhat com>
Date:   Fri Jul 30 11:40:00 2010 -0400

    GDBusConnection: Fix up debug output when completing calls
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 gio/gdbusconnection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c
index 5714e51..116d547 100644
--- a/gio/gdbusconnection.c
+++ b/gio/gdbusconnection.c
@@ -4767,7 +4767,7 @@ g_dbus_connection_call_done (GObject      *source,
       _g_dbus_debug_print_lock ();
       g_print ("========================================================================\n"
                "GDBus-debug:Call:\n"
-               " >>>> ASYNC COMPLETE %s() (serial %d)\n"
+               " <<<< ASYNC COMPLETE %s() (serial %d)\n"
                "      ",
                state->method_name,
                state->serial);



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