[X2Go-Commits] [python-x2go] 01/02: improve log message

git-admin at x2go.org git-admin at x2go.org
Thu Oct 9 18:38:53 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit 4661991205683eee3852131fe5eb153763988f0a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Oct 9 18:37:23 2014 +0200

    improve log message
---
 x2go/backends/terminal/plain.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2go/backends/terminal/plain.py b/x2go/backends/terminal/plain.py
index 2af0b50..7c10c64 100644
--- a/x2go/backends/terminal/plain.py
+++ b/x2go/backends/terminal/plain.py
@@ -1115,7 +1115,7 @@ class X2GoTerminalSession(object):
                 os.remove(session_window_file)
             except OSError,e:
                 # this is no error in most cases...
-                self.logger('Failed to remove session.window file %s with error: %s' % (session_window_file, str(e)), loglevel=log.loglevel_INFO)
+                self.logger('The session window file %s is already gone (we failed to remove it with error: %s). In most cases this can be safely ignored.' % (session_window_file, str(e)), loglevel=log.loglevel_INFO)
 
     def set_session_window_title(self, title, timeout=60):
         """\

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list