The branch, twofactorauth has been updated via a7e043c046bd4088bc991a79708b8544123ff45b (commit) from 9ab58903d0517d1633730fc2e1973eac8d7c2bea (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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/x2go/forward.py b/x2go/forward.py index f12666b..f87e964 100644 --- a/x2go/forward.py +++ b/x2go/forward.py @@ -113,11 +113,12 @@ class X2goFwServer(StreamServer): chan_peername = self.chan.getpeername() _success = True except Exception, e: - self.logger('incoming request to %s:%d failed on attempt %d: %s' % (self.chain_host, - self.chain_port, - _count, - repr(e)), - loglevel=log.loglevel_WARN) + self.logger('incoming request to %s:%d failed on attempt %d of %d: %s' % (self.chain_host, + self.chain_port, + _count, + _maxwait, + repr(e)), + loglevel=log.loglevel_WARN) gevent.sleep(.4) 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).