GDBusConnection: Fix up debug output when completing calls

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen 2010-07-30 11:40:00 -04:00
parent 173977a701
commit 14f17c1388

View 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);