[X2Go-Commits] [x2goclient] 84/94: pyhoca/cli/frontend.py: rephrase auth success message slightly.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:54 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.
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 d3212d20..cfc2c173 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 151ec37a..483c2d4d 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/x2goclient.git
More information about the x2go-commits
mailing list