[X2Go-Commits] [python-x2go] 01/01: x2go/backends/control/plain.py: Raise log priority for reporting that the user enabled SSH agent forwarding.

git-admin at x2go.org git-admin at x2go.org
Tue Sep 18 14:04:35 CEST 2018


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 at 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


More information about the x2go-commits mailing list