[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.1.1.1-6-g77a00fa

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:20:46 CET 2014


The branch, brokerclient 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/forward.py |    4 ++--
 1 file 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).




More information about the x2go-commits mailing list