This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 0a4c773 Don't choke on non-initialized SSH transport objects when initializing SFTP client. new e3f748b fix faulty loglevel The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2go/rforward.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit e3f748b40ffc606f0e1c0ac692014b1393117449 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 3 13:18:34 2014 +0200 fix faulty loglevel --- x2go/rforward.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/rforward.py b/x2go/rforward.py index d3bd6c6..6f952a9 100644 --- a/x2go/rforward.py +++ b/x2go/rforward.py @@ -326,7 +326,7 @@ def x2go_rev_forward_channel_handler(chan=None, addr='', port=0, parent_thread=N break fw_socket.send(data) except socket.error, e: - logger('Reverse tunnel %s encoutered socket error: %s' % (chan, e.errno), loglevel=log.loglevel_WARNING) + logger('Reverse tunnel %s encoutered socket error: %s' % (chan, e.errno), loglevel=log.loglevel_WARN) chan.close() fw_socket.close() -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git