From 131d0de9557cd5cfefbd6ca4bf35badb519fb9b8 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 19 Mar 2006 21:21:16 +0000 Subject: [PATCH] hint user about what could be wrong --- src/common/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/exceptions.py b/src/common/exceptions.py index 86eb85e23..3389f3aab 100644 --- a/src/common/exceptions.py +++ b/src/common/exceptions.py @@ -56,4 +56,4 @@ class SessionBusNotPresent(Exception): Exception.__init__(self) def __str__(self): - return _('Session bus is not available') + return _('Session bus is not available.\nTry reading http://trac.gajim.org/wiki/GajimDBus')