This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 55027e3 docs/source/index.rst: Move introduction text from x2go/__init__.py into the index.rst file. new 6d7f154 x2go/backends/control/plain.py: Raise log priority for reporting that the user enabled SSH agent forwarding. 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/backends/control/plain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 6d7f154f251cece9717e983a15665b517ef9c38b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Sep 18 12:04:06 2018 +0000 x2go/backends/control/plain.py: Raise log priority for reporting that the user enabled SSH agent forwarding. --- x2go/backends/control/plain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/backends/control/plain.py b/x2go/backends/control/plain.py index 15d14b5..53bb25c 100644 --- a/x2go/backends/control/plain.py +++ b/x2go/backends/control/plain.py @@ -1152,7 +1152,7 @@ class X2GoControlSession(paramiko.SSHClient): try: self.agent_chan = ssh_transport.open_session() self.agent_handler = paramiko.agent.AgentRequestHandler(self.agent_chan) - self.logger('Requesting SSH agent forwarding for control session of connected session profile %s' % self.profile_name, loglevel=log.loglevel_INFO) + self.logger('Requesting SSH agent forwarding for control session of connected session profile %s' % self.profile_name, loglevel=log.loglevel_NOTICE) except EOFError as e: # if we come across an EOFError here, we must assume the session is dead... self.session_died = True -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git