Correctly printing error message. Fixes #6850
This commit is contained in:
parent
d874030da2
commit
37583c3cca
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ try:
|
||||||
# test if dbus-x11 is installed
|
# test if dbus-x11 is installed
|
||||||
bus = dbus.SessionBus()
|
bus = dbus.SessionBus()
|
||||||
except Exception:
|
except Exception:
|
||||||
print str(exceptions.DbusNotSupported())
|
print _('D-Bus is not present on this machine or python module is missing')
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
OBJ_PATH = '/org/gajim/dbus/RemoteObject'
|
OBJ_PATH = '/org/gajim/dbus/RemoteObject'
|
||||||
|
|
Loading…
Add table
Reference in a new issue