kete: improve an error message

This is a debugging tool, but still...
pull/34/head
Peter Hutterer 2018-01-25 08:47:47 +10:00
parent b3fad1be1b
commit a8ea4eb01b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class _DBusObject(GObject.Object):
raise e
if self.proxy.get_name_owner() is None:
raise DBusError('{} is not owned'.format(name))
raise DBusError('No-one is handling {}, is the daemon running?'.format(name))
self.proxy.connect('g-properties-changed', self._on_properties_changed)
self.proxy.connect('g-signal', self._on_signal_received)