[X2Go-Commits] python-x2go.git - master (branch) updated: 0.4.0.8-13-g058bc7b

X2Go dev team git-admin at x2go.org
Fri Oct 4 16:13:22 CEST 2013


The branch, master has been updated
       via  058bc7b3d319e91a07c39804aaa9e118dc116334 (commit)
      from  0ed9ba982fd0bb59d1a6c9a529004fcbe0c84387 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 058bc7b3d319e91a07c39804aaa9e118dc116334
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Oct 4 16:12:22 2013 +0200

    No Unicode chars in log messages. Eliminated one more in checkhosts.py.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog   |    1 +
 x2go/checkhosts.py |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 0e364be..8c6ee9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ python-x2go (0.4.0.9-0~x2go1) UNRELEASED; urgency=low
       control session's connect() method.
     - Fix parameter handling in X2GoSession.connect().
     - Rewrite passwords that are not string/unicode to an empty string.
+    - No Unicode chars in log messages. Eliminated one more in checkhosts.py.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 07 Aug 2013 12:18:46 +0200
 
diff --git a/x2go/checkhosts.py b/x2go/checkhosts.py
index 192850a..abebdd9 100644
--- a/x2go/checkhosts.py
+++ b/x2go/checkhosts.py
@@ -216,7 +216,7 @@ class X2GoInteractiveAddPolicy(X2GoMissingHostKeyPolicy):
                     if self.session_instance.control_session.unique_hostkey_aliases:
                         our_server_key = client._host_keys.get(self.session_instance.get_profile_id(), {}).get(keytype, None)
                         if our_server_key is not None:
-                            self.session_instance.logger('SSH host key verification for SSH-proxied host %s with %s fingerprint ,,%s\'\' succeeded. This host is known by the X2Go session profile ID of profile »%s«.' % (self.fake_hostname, self.get_key_name(), self.get_key_fingerprint_with_colons(), self.session_instance.profile_name), loglevel=log.loglevel_NOTICE)
+                            self.session_instance.logger('SSH host key verification for SSH-proxied host %s with %s fingerprint ,,%s\'\' succeeded. This host is known by the X2Go session profile ID of profile ,,%s\'\'.' % (self.fake_hostname, self.get_key_name(), self.get_key_fingerprint_with_colons(), self.session_instance.profile_name), loglevel=log.loglevel_NOTICE)
                             return
                     else:
                         our_server_key = client._host_keys.get(self.fake_hostname, {}).get(keytype, None)


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list