[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.4.0.8-17-g62c6b32

X2Go dev team git-admin at x2go.org
Tue Sep 17 23:10:13 CEST 2013


The branch, twofactorauth has been updated
       via  62c6b32554e1cbeac1453fe092bea1d451b0f012 (commit)
      from  b08095546431d072fa09a3b7f3ee555d0b1e20e3 (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 62c6b32554e1cbeac1453fe092bea1d451b0f012
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 17 23:10:02 2013 +0200

    fix broken log message

-----------------------------------------------------------------------

Summary of changes:
 x2go/backends/control/_stdout.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index c4df32a..c7dd69b 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -893,7 +893,7 @@ class X2GoControlSessionSTDOUT(paramiko.SSHClient):
             except (paramiko.PasswordRequiredException, paramiko.SSHException), e:
                 self.close()
                 if type(e) == paramiko.SSHException and not str(e).startswith('Two-factor authentication requires a password'):
-                    self.logger('X2Go Server requests two-factor authentication', loglevel=log.loglevel
+                    self.logger('X2Go Server requests two-factor authentication', loglevel=log.loglevel_NOTICE)
                     raise e
                 if passphrase:
                     self.logger('unlock SSH private key file with provided password', loglevel=log.loglevel_INFO)


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