mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
GDBusConnection: Fix up debug output when completing calls
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
173977a701
commit
14f17c1388
@ -4767,7 +4767,7 @@ g_dbus_connection_call_done (GObject *source,
|
|||||||
_g_dbus_debug_print_lock ();
|
_g_dbus_debug_print_lock ();
|
||||||
g_print ("========================================================================\n"
|
g_print ("========================================================================\n"
|
||||||
"GDBus-debug:Call:\n"
|
"GDBus-debug:Call:\n"
|
||||||
" >>>> ASYNC COMPLETE %s() (serial %d)\n"
|
" <<<< ASYNC COMPLETE %s() (serial %d)\n"
|
||||||
" ",
|
" ",
|
||||||
state->method_name,
|
state->method_name,
|
||||||
state->serial);
|
state->serial);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user