The branch, master has been updated via 17a51ab4b2ab1f1237d4fe0e9ccd5aa9d98235c3 (commit) from e79d565285b37a4f348a3c796f41a637718680fb (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 17a51ab4b2ab1f1237d4fe0e9ccd5aa9d98235c3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 24 04:29:52 2011 +0200 log message fix ----------------------------------------------------------------------- Summary of changes: x2go/client.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2go/client.py b/x2go/client.py index 0a34f99..4258b46 100644 --- a/x2go/client.py +++ b/x2go/client.py @@ -1491,7 +1491,7 @@ class X2goClient(object): if session_uuid: return self.session_registry(session_uuid).is_folder_sharing_available() else: - self.logger('Cannot find a terminal session for profile ,,%s\'\' to share a local folder with' % profile_name, loglevel=log.loglevel_WARN) + self.logger('Cannot find a terminal session for profile ,,%s\'\' that can be used to query folder sharing capabilities' % profile_name, loglevel=log.loglevel_WARN) return False __is_folder_sharing_available = is_folder_sharing_available __profile_is_folder_sharing_available = is_folder_sharing_available 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).