Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/telepathy_plugin.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/telepathy_plugin.py b/src/telepathy_plugin.py
index 9ec0321..b0bbf46 100644
--- a/src/telepathy_plugin.py
+++ b/src/telepathy_plugin.py
@@ -243,8 +243,9 @@ class TelepathyPlugin(gobject.GObject):
If the connection disappears, stop the plugin.
"""
if not dbus_name:
- _logger.warning('telepathy connection %s lost: stopping %s',
- self._conn.service_name, self._TP_CONN_MANAGER)
+ _logger.warning(
+ 'D-Bus name %s disappeared, this probably means %s crashed',
+ self._conn.service_name, self._TP_CONN_MANAGER)
self._handle_connection_status_change(
CONNECTION_STATUS_DISCONNECTED,
CONNECTION_STATUS_REASON_NONE_SPECIFIED)