Skip to content
Snippets Groups Projects
Commit 37583c3c authored by Dicson's avatar Dicson
Browse files

Correctly printing error message. Fixes #6850

parent d874030d
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ try:
# test if dbus-x11 is installed
bus = dbus.SessionBus()
except Exception:
print str(exceptions.DbusNotSupported())
print _('D-Bus is not present on this machine or python module is missing')
sys.exit(1)
OBJ_PATH = '/org/gajim/dbus/RemoteObject'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment