This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from e58cebf Rename hook method HOOK_no_known_xserver_found to HOOK_no_installed_xservers_found. Call this new hook if no installed X-Servers could be found on the system. new 3138ba4 typo fix in log message The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2go/xserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 3138ba4290839e2d906bcbc09897e7dc2659e15e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 15 08:31:43 2014 +0200 typo fix in log message --- x2go/xserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/xserver.py b/x2go/xserver.py index c4ab8a5..cc8fc13 100644 --- a/x2go/xserver.py +++ b/x2go/xserver.py @@ -243,7 +243,7 @@ class X2GoClientXConfig(inifiles.X2GoIniFile): # if the port changed, let's write it to our configuration file if _detect_xserver_port != _last_xserver_port: _new_display = _last_display.replace(str(_last_xserver_port -6000), str(_detect_xserver_port -6000)) - self.logger('cannot used configured X DISPLAY, the new available DISPLAY port %s has been detected' % _new_display, loglevel=log.loglevel_NOTICE) + self.logger('cannot use configured X DISPLAY, the new available DISPLAY port %s has been detected' % _new_display, loglevel=log.loglevel_NOTICE) self.update_value(xserver_name, 'last_display', _new_display) _parameters = self.get_value(xserver_name, 'parameters') _parameters[0] = ":%s" % (_detect_xserver_port -6000) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git