Use a better NoReply message for disconnection with reply pending
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 29 Oct 2014 14:10:48 +0000 (14:10 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 29 Oct 2014 14:10:48 +0000 (14:10 +0000)
commitf541722f5ac0b2ee2d9eab6b9a77aa1f1c174817
tree86edaf8e53665e1dbe8fad8c919bdb1eccb29ded
parentdab9cbc5026d896f5ec15a3c5ff69ed18854c7e2
Use a better NoReply message for disconnection with reply pending

As an implementation detail, dbus-daemon handles this situation by
artificially triggering a timeout (even if its configured timeout for
method calls is in fact infinite). However, using the same debug message
for both is misleading, and can lead people who are debugging a service
crash to blame dbus-daemon instead, wasting their time.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=76112
bus/connection.c
configure.ac
test/Makefile.am
test/data/valid-config-files/finite-timeout.conf.in [new file with mode: 0644]
test/dbus-daemon.c