GDBusConnection: don't write to stdout
authorRyan Lortie <desrt@desrt.ca>
Thu, 2 Jan 2014 06:38:07 +0000 (01:38 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 2 Jan 2014 15:08:55 +0000 (10:08 -0500)
commit51b3dd73329ddabfd4fd72c23fa220ee948a854f
tree29e7af3f3b3f9b01ab27f21fbc6f23a9b86ac649
parent8976175ba9913219d5469f022ceac03a106b4c54
GDBusConnection: don't write to stdout

When losing the D-Bus connection, we would write to stdout about it just
before killing ourselves with SIGTERM.  We're a library, so we should
probably use stderr instead.

https://bugzilla.gnome.org/show_bug.cgi?id=721324
gio/gdbusconnection.c
gio/tests/gdbus-exit-on-close.c