[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-47-g17a51ab

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:30:44 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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

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).




More information about the x2go-commits mailing list