[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.1.4-24-g43fdebe

X2go dev team git-admin at x2go.org
Thu Sep 8 13:34:23 CEST 2011


The branch, master has been updated
       via  43fdebef41f673bc7afe06759990e1c1fa88d973 (commit)
      from  45ef555923e37f73ec2465d3825e8e5b88d1c02b (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 43fdebef41f673bc7afe06759990e1c1fa88d973
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Sep 8 13:34:42 2011 +0200

    log message fix in x2gosession.py

-----------------------------------------------------------------------

Summary of changes:
 x2go/session.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/x2go/session.py b/x2go/session.py
index 9ac086b..53b5dd5 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -932,7 +932,7 @@ class X2goSession(object):
 
             # skip this session status update if not longer than a second ago...
             if  _status_update_timedelta < 1:
-                self.logger('status update interval too short (%s), skipping status about this time...' % _status_update_timedelta, loglevel=log.loglevel_DEBUG)
+                self.logger('status update interval too short (%s), skipping status update this time...' % _status_update_timedelta, loglevel=log.loglevel_DEBUG)
                 return False
 
         e = 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).




More information about the x2go-commits mailing list