From 92bdcf322c350bbd06d42f617b28ac5c8e7bbe97 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 11 Mar 2014 18:04:19 +0000 Subject: 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 a2fe7e63c..42909ca5f 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; } -- cgit v1.2.1