The branch, master has been updated via c92a57ce8586f9dec17e7ebc45d73e16fc9122c4 (commit) from aef55f5226878ffc0a885604e3e4ed505dfed2f2 (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 c92a57ce8586f9dec17e7ebc45d73e16fc9122c4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Apr 16 17:34:22 2012 +0200 Silence warnings that occur during session info queries in case a session startup has not yet been completed fully. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2go/backends/info/_stdout.py | 12 ------------ 2 files changed, 2 insertions(+), 12 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index c9aa1b4..1409c09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -98,6 +98,8 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low - Support published applications that have to be run in a terminal window. - Make sure that pulseaudio.exe has its PID directory. Otherwise it will fail to start the first time if the user is new to X2Go. + - Silence warnings that occur during session info queries in case a session + startup has not yet been completed fully. * Depend on python-xlib. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 28 Sep 2012 01:44:21 +0100 diff --git a/x2go/backends/info/_stdout.py b/x2go/backends/info/_stdout.py index 74f23e4..e964f54 100644 --- a/x2go/backends/info/_stdout.py +++ b/x2go/backends/info/_stdout.py @@ -74,15 +74,9 @@ class X2goServerSessionInfoSTDOUT(object): self.local_container = '' except IndexError, e: # DEBUGGING CODE - print 'Encountered IndexError: %s' % str(e) - print 'THIS SHOULD NOT HAPPEN... HERE IS THE x2golistsessions OUTPUT THAT CAUSED THE ERROR...' - print x2go_output raise e except ValueError, e: # DEBUGGING CODE - print 'Encountered IndexError: %s' % str(e) - print 'THIS SHOULD NOT HAPPEN... HERE IS THE x2golistsessions OUTPUT THAT CAUSED THE ERROR...' - print x2go_output raise e def is_published_applications_provider(self): @@ -128,15 +122,9 @@ class X2goServerSessionInfoSTDOUT(object): self.remote_container = '' except IndexError, e: # DEBUGGING CODE - print 'Encountered IndexError: %s' % str(e) - print 'THIS SHOULD NOT HAPPEN... HERE IS THE x2golistsessions OUTPUT THAT CAUSED THE ERROR...' - print x2go_output raise e except ValueError, e: # DEBUGGING CODE - print 'Encountered IndexError: %s' % str(e) - print 'THIS SHOULD NOT HAPPEN... HERE IS THE x2golistsessions OUTPUT THAT CAUSED THE ERROR...' - print x2go_output raise e 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).