The branch, master has been updated via 1032da4cfcbc63d1adbafaf032cd241c0c947da9 (commit) from 22e15469440ef430a7fb2cc793db30ad99849bc1 (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 1032da4cfcbc63d1adbafaf032cd241c0c947da9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 22 00:07:28 2013 +0100 Report about found session window / session window retitling in debug mode. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/backends/terminal/_stdout.py | 2 ++ 2 files changed, 3 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index c0a3652..0701087 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ python-x2go (0.4.0.9-0~x2go1) UNRELEASED; urgency=low attention by Eldamir on IRC. Thanks!). - Differentiate between desktop sharing errors and desktop sharing access that gets denied by the other/remote user. + - Report about found session window / session window retitling in debug mode. [ Orion Poplawski ] * debian/control: diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py index fafff4f..9d06ccd 100644 --- a/x2go/backends/terminal/_stdout.py +++ b/x2go/backends/terminal/_stdout.py @@ -1044,6 +1044,7 @@ class X2GoTerminalSessionSTDOUT(object): window = utils.find_session_window(self.session_info.name) if window is not None: + self.logger('Session window ID for session %s is: %s' % (self.session_info.name, window.id), loglevel=log.loglevel_DEBUG) self.session_window = window break @@ -1084,6 +1085,7 @@ class X2GoTerminalSessionSTDOUT(object): timeout -= 1 if self.session_window is not None: + self.logger('Setting session window title for session %s is: %s' % (self.session_info.name, self.session_title), loglevel=log.loglevel_DEBUG) utils.set_session_window_title(self.session_window, self.session_title) break 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).