[gdbus-prep3] telepathy-glib: tp_base_connection_unregister: add a little more debug

Simon McVittie smcv at kemper.freedesktop.org
Fri Mar 14 12:03:43 PDT 2014


Module: telepathy-glib
Branch: gdbus-prep3
Commit: 92bdcf322c350bbd06d42f617b28ac5c8e7bbe97
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=92bdcf322c350bbd06d42f617b28ac5c8e7bbe97

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