trezor: fix confirmation message

This commit is contained in:
Roman Zeyde
2015-07-05 21:35:45 +03:00
parent cdaf4cad36
commit 71fde5e704

View File

@@ -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'