[X2Go-Commits] [pyhoca-cli] 02/03: pyhoca/cli/frontend.py: rephrase auth success message slightly.

git-admin at x2go.org git-admin at x2go.org
Sat Dec 1 11:58:03 CET 2018


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

x2go pushed a commit to branch master
in repository pyhoca-cli.

commit 192ee99fa63d14e6844827e3edefecac7e549a69
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Nov 26 10:30:23 2018 +0100

    pyhoca/cli/frontend.py: rephrase auth success message slightly.
---
 debian/changelog       | 1 +
 pyhoca/cli/frontend.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d3212d2..cfc2c17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ pyhoca-cli (0.6.0.1-0x2go1) UNRELEASED; urgency=medium
       remote host has the X2Go Server software installed.
     - pyhoca/cli/frontend.py: Be more real-time realistic and user friendly
       with notice log messages after authentication.
+    - pyhoca/cli/frontend.py: rephrase auth success message slightly.
   * debian/control:
     + Set Section: from "python" to "x11". More appropriate.
     + Bump versioned D on python3-x2go to (0.6.0.2-0~).
diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index 151ec37..483c2d4 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -656,7 +656,7 @@ class PyHocaCLI(x2go.X2GoClient):
         if not self.is_x2goserver(self.x2go_session_hash):
             self._runtime_error('the remote server does not have the X2Go Server software installed', exitcode=1337)
 
-        self._pyhoca_logger('authentication has been successful, launching session...', loglevel=x2go.loglevel_NOTICE, )
+        self._pyhoca_logger('authentication has been successful', loglevel=x2go.loglevel_NOTICE, )
 
 
     def MainLoop(self):

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git


More information about the x2go-commits mailing list