The branch, master has been updated via 2051ce5c73f9abe4d0124173f1bb784684202560 (commit) from d43d6a81e68a9cf3d392ff232e481a599ff82119 (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 2051ce5c73f9abe4d0124173f1bb784684202560 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 22 02:35:41 2011 +0200 Wait for 10 secs when taking over an active session, remove debug output. ----------------------------------------------------------------------- Summary of changes: x2go/backends/control/_stdout.py | 2 +- x2go/registry.py | 1 - x2go/session.py | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py index b953234..5c7ce76 100644 --- a/x2go/backends/control/_stdout.py +++ b/x2go/backends/control/_stdout.py @@ -565,7 +565,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient): if session_name is not None: if self.is_running(session_name): self.suspend(session_name) - gevent.sleep(3) + gevent.sleep(10) try: _success = _terminal.resume() diff --git a/x2go/registry.py b/x2go/registry.py index 1ddbac3..0281b80 100644 --- a/x2go/registry.py +++ b/x2go/registry.py @@ -295,7 +295,6 @@ class X2goSessionRegistry(object): # make sure the session registry gets updated before registering new session # (if the server name has changed, this will kick out obsolete X2goSessions) - print "STATUS UPDATE PROFILE: %s" % profile_name self.update_status(profile_name=profile_name, session_list=session_list) for session_name in session_list.keys(): if session_name not in _session_names: diff --git a/x2go/session.py b/x2go/session.py index f94d9fe..01441c7 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -1275,4 +1275,5 @@ class X2goSession(object): """ if self.has_terminal_session(): self.terminal_session.release_proxy() + self.terminal_session.__del__() self.terminal_session = None 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).