From 71fde5e704768d026477abcb8ae807b89a19e85e Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 5 Jul 2015 21:35:45 +0300 Subject: [PATCH] trezor: fix confirmation message --- sshagent/trezor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshagent/trezor.py b/sshagent/trezor.py index 3e1afc2..04f08a9 100644 --- a/sshagent/trezor.py +++ b/sshagent/trezor.py @@ -68,7 +68,7 @@ class Client(object): label = _identity_to_string(identity) msg = _parse_ssh_blob(blob) - log.info('confirm user %s connection to %r using Trezor...', + log.info('please confirm user %s connection to "%s" using Trezor...', msg['user'], label) assert identity.proto == 'ssh'