[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.1.1.4-144-gdf5827e

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:21:03 CET 2014


The branch, brokerclient has been updated
       via  df5827e2552a1c92a5eac8c3a84b2823e5f58091 (commit)
      from  6a73ef57bd037131f662e3f115dc332196eec786 (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/xserver.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/xserver.py b/x2go/xserver.py
index e59e2bd..e239aee 100644
--- a/x2go/xserver.py
+++ b/x2go/xserver.py
@@ -213,7 +213,7 @@ class X2goXServer(threading.Thread):
         self.xserver_name = xserver_name
         self.xserver_config = xserver_config
         if self.xserver_config.has_key('display'):
-            self.logger('settings DISPLAY environment variable to %s' % self.xserver_config['display'], loglevel=log.loglevel_NOTICE)
+            self.logger('setting DISPLAY environment variable to %s' % self.xserver_config['display'], loglevel=log.loglevel_NOTICE)
             os.environ.update({'DISPLAY': str(self.xserver_config['display'])})
         threading.Thread.__init__(self)
         self.daemon = True


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