GDBusConnection: Fix up debug output when completing calls
authorDavid Zeuthen <davidz@redhat.com>
Fri, 30 Jul 2010 15:40:00 +0000 (11:40 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 30 Jul 2010 15:40:00 +0000 (11:40 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusconnection.c

index 5714e51..116d547 100644 (file)
@@ -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);