[X2Go-Commits] [x2gobroker] 02/02: improve log message

git-admin at x2go.org git-admin at x2go.org
Wed Apr 1 14:47:13 CEST 2015


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit 2b367eb97835bd63fb950d8a609922ac10cd7819
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Apr 1 14:46:58 2015 +0200

    improve log message
---
 sbin/x2gobroker-pubkeyauthorizer |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer
index ba6d95c..d177119 100755
--- a/sbin/x2gobroker-pubkeyauthorizer
+++ b/sbin/x2gobroker-pubkeyauthorizer
@@ -212,7 +212,7 @@ if __name__ == '__main__':
             if line not in to_be_removed:
                 cleanup_authorized_keys.write(line+"\n")
             else:
-                logger_broker.info('  Dropping replaced non-option public key (counter={i}) from {authorized_keys}.'.format(i=i, authorized_keys='{home}/.ssh/authorized_keys'.format(home=broker_home)))
+                logger_broker.info('  Dropping public key (counter={i}) with deprecated or no options from {authorized_keys}.'.format(i=i, authorized_keys='{home}/.ssh/authorized_keys'.format(home=broker_home)))
         cleanup_authorized_keys.truncate()
         cleanup_authorized_keys.close()
 

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list