[next] telepathy-glib: tp_base_connection_unregister: add a little more debug
Simon McVittie
smcv at kemper.freedesktop.org
Tue Mar 18 05:45:05 PDT 2014
Module: telepathy-glib
Branch: next
Commit: 4bb80b11010338337b946d441071ca1ea2a34009
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=4bb80b11010338337b946d441071ca1ea2a34009
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Mar 11 18:04:19 2014 +0000
tp_base_connection_unregister: add a little more debug
---
telepathy-glib/base-connection.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index a2fe7e6..42909ca 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -495,6 +495,8 @@ tp_base_connection_unregister (TpBaseConnection *self)
if (priv->bus_name != NULL)
tp_dbus_daemon_release_name (priv->bus_proxy, priv->bus_name, NULL);
+ else
+ DEBUG ("not releasing bus name: nothing to release");
priv->been_registered = FALSE;
}
More information about the telepathy-commits
mailing list