The branch, twofactorauth has been updated via a5b0cbb4f6e197084dc2ebb8783b658871c90086 (commit) from e42f321cb958430b9f076095a533b273038e0b0c (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: debian/changelog | 1 + x2go/session.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index ce474c3..2fbf003 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ python-x2go (0.2.0.6-0~x2go1) UNRELEASED; urgency=low - Add several double underscore method aliases in X2goClient class. - Avoid double notifications on SSHFS being unavailable for the authenticated user. + - X2goSession.HOOK_printing_not_available(): Fix log message. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 12 Jun 2012 15:51:52 +0200 diff --git a/x2go/session.py b/x2go/session.py index c2233f2..c04a391 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -434,7 +434,7 @@ class X2goSession(object): if self.client_instance: self.client_instance.HOOK_printing_not_available(profile_name=self.profile_name, session_name=self.session_name) else: - self.logger('HOOK_foldersharing_not_available: X2Go\'s client-side printing feature is not available with this session (%s) of profile %s.' % (self.session_name, self.profile_name), loglevel=log.loglevel_WARN) + self.logger('HOOK_printing_not_available: X2Go\'s client-side printing feature is not available with this session (%s) of profile %s.' % (self.session_name, self.profile_name), loglevel=log.loglevel_WARN) def HOOK_mimebox_not_available(self): """\ 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).