summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/base-connection.c')
-rw-r--r--telepathy-glib/base-connection.c2
1 files changed, 2 insertions, 0 deletions
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;
}