[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.1.1.4-170-ge47f538

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


The branch, release/0.4.0.x has been updated
       via  e47f538ca397e41610720f1d61693204ad574113 (commit)
      from  e661c8d7dff4dcfebaafbd3b116a8d7362a1f1a8 (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 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/xserver.py b/x2go/xserver.py
index 45bd465..7fc0b94 100644
--- a/x2go/xserver.py
+++ b/x2go/xserver.py
@@ -263,11 +263,11 @@ class X2goXServer(threading.Thread):
             gevent.sleep(1)
 
 
-	self._terminate_xserver()
+        self._terminate_xserver()
 
     def _terminate_xserver(self):
 
-	self.logger('terminating running XServer ,,%s\'\'' % self.xserver_name, loglevel=log.loglevel_DEBUG)
+        self.logger('terminating running XServer ,,%s\'\'' % self.xserver_name, loglevel=log.loglevel_DEBUG)
 
         if _X2GOCLIENT_OS == 'Windows' and self.hProcess is not None:
             try:


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