The branch, twofactorauth has been updated via f3153d039afb4b74bbebbfa40d1c32b348d8ffda (commit) from e6713d9c1b31c3ee70bea35b7e85a9d0923deb1e (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/log.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/log.py b/x2go/log.py index be9e16b..21ebb0b 100644 --- a/x2go/log.py +++ b/x2go/log.py @@ -102,6 +102,13 @@ class X2goLogger(object): __call__ = message def get_loglevel(self): + """\ + Get the current loglevel. + + @return: current log level + @rtype: C{int} + + """ return self.loglevel def set_loglevel(self, loglevel_name='none'): @@ -175,5 +182,3 @@ class X2goLogger(object): """ self.loglevel = self.loglevel ^ loglevel_DEBUG_SFTPXFER - - 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).