[X2Go-Commits] [x2gobroker] 01/02: x2gobroker/agent.py: improve error message

git-admin at x2go.org git-admin at x2go.org
Wed Mar 19 12:46:06 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 1c61a5b2d844bb9aec458b39c410c95718ed3481
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Mar 19 12:45:58 2014 +0100

    x2gobroker/agent.py: improve error message
---
 x2gobroker/agent.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py
index acc6e07..f198ce1 100644
--- a/x2gobroker/agent.py
+++ b/x2gobroker/agent.py
@@ -127,7 +127,7 @@ def call_remote_broker_agent(username, mode, cmdline_args=[], remote_agent=None)
 
     """
     if remote_agent is None:
-        logger_error.error('With the SSH agent-query-mode remote agent (hostname, port) has to be specified!')
+        logger_error.error('With the SSH agent-query-mode a remote agent host (hostname, port) has to be specified!')
 
     cmd_line = [
         '{x2gobroker_agent_binary}'.format(x2gobroker_agent_binary=x2gobroker.defaults.X2GOBROKER_AGENT_CMD),

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git



More information about the x2go-commits mailing list