Fix debug output about dbus server ref count
authorChengwei Yang <chengwei.yang@intel.com>
Fri, 23 Aug 2013 09:19:51 +0000 (17:19 +0800)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 23 Aug 2013 11:00:25 +0000 (12:00 +0100)
commit28f15d8b219877ac2dca771e823188d018db2db0
tree71e9aa26bfaf746e613182f700deebda05e4eb1d
parentd61daf50ce54976d1926afcb2353383cde5804b6
Fix debug output about dbus server ref count

dbus_server_disconnect() invokes dbus_server_unref() at the end of
function, the latter will print a trace about server ref count decrease
1. However, it doesn't invoke dbus_server_ref(), so there isn't a trace
about server ref count increase in debug output.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68303
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-server.c