The branch, master 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 ----------------------------------------------------------------- commit e47f538ca397e41610720f1d61693204ad574113 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 11 01:17:39 2012 +0200 whitespace/tab fix ----------------------------------------------------------------------- Summary of changes: x2go/xserver.py | 4 ++-- 1 files 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).