GDBusConnection: Debug messages when receiving signals and method invocations
commitf5cd8ddeaac7e6df484629b7ae54a86ffa155a05
authorDavid Zeuthen <davidz@redhat.com>
Tue, 3 Aug 2010 19:36:16 +0000 (3 15:36 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 3 Aug 2010 19:36:16 +0000 (3 15:36 -0400)
tree4fdc8029adbf71cadc0ff395ea0eb076fabcd882
parent69341e2ba9a864ed2848527570988afc3e1c9df4
GDBusConnection: Debug messages when receiving signals and method invocations

Spell out "RECEIVED SIGNAL" instead of "SIGNAL" to emphasize this is
about receiving a signal, not emitting one (which is "SIGNAL
EMISSION"). Also make the "arrows" point in the "right" direction
("<<<<" vs ">>>>") - like this:

 ========================================================================
 GDBus-debug:Signal:
  <<<< RECEIVED SIGNAL org.freedesktop.DBus.NameOwnerChanged
       on object /org/freedesktop/DBus
       sent by name org.freedesktop.DBus

and

 ========================================================================
 GDBus-debug:Incoming:
  <<<< METHOD INVOCATION org.freedesktop.PolicyKit1.Authority.EnumerateTemporaryAuthorizations()
       on object /org/freedesktop/PolicyKit1/Authority
       invoked by name :1.2176

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusconnection.c