The branch, master has been updated via 77a00fac353b65ab845e1eba91a9e0a4f5df150a (commit) from 470dda06432bcaaa0989b6961700ec4e71c5a194 (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 77a00fac353b65ab845e1eba91a9e0a4f5df150a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 27 11:32:56 2011 +0200 fix for last commit ----------------------------------------------------------------------- Summary of changes: x2go/forward.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/forward.py b/x2go/forward.py index 97b2162..f12666b 100644 --- a/x2go/forward.py +++ b/x2go/forward.py @@ -116,7 +116,7 @@ class X2goFwServer(StreamServer): self.logger('incoming request to %s:%d failed on attempt %d: %s' % (self.chain_host, self.chain_port, _count, - repr(e)), + repr(e)), loglevel=log.loglevel_WARN) gevent.sleep(.4) @@ -124,7 +124,7 @@ class X2goFwServer(StreamServer): if not _success: self.logger('incoming request to %s:%d failed after %d attempts' % (self.chain_host, self.chain_port, - _count, + _count), loglevel=log.loglevel_ERROR) else: # once we are here, we can presume the tunnel to be active... hooks/post-receive -- python-x2go.git (Python X2go Client API) 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 "python-x2go.git" (Python X2go Client API).