The branch, master has been updated via f7b96154cd92b53dbbd02201bff37964391b2889 (commit) from f5b9abf8162a1d05791533844f0b8bddc4678dfe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f7b96154cd92b53dbbd02201bff37964391b2889 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 2 12:57:54 2013 +0200 less dramatic error message on raised exceptions ----------------------------------------------------------------------- Summary of changes: x2gobroker/x2gobroker_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2gobroker/x2gobroker_exceptions.py b/x2gobroker/x2gobroker_exceptions.py index 6e68147..f0999d9 100644 --- a/x2gobroker/x2gobroker_exceptions.py +++ b/x2gobroker/x2gobroker_exceptions.py @@ -23,7 +23,7 @@ from loggers import logger_error class X2GoBrokerBaseException(BaseException): def __init__(self, *args, **kwargs): BaseException.__init__(self, *args, **kwargs) - logger_error.error('An exceptional problem occurred: {exception}("{msg}")'.format(exception=type(self).__name__, msg=str(self))) + logger_error.error('exception raised: {exception}("{msg}")'.format(exception=type(self).__name__, msg=str(self))) class X2GoBrokerAgentException(X2GoBrokerBaseException): pass class X2GoBrokerProfileException(X2GoBrokerBaseException): pass hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).