typo on ssh fingerprint

This commit is contained in:
Michel Oosterhof 2015-03-10 14:05:06 +00:00
parent 616f2b745c
commit dfae11047a
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class HoneypotPublicKeyChecker:
def requestAvatarId(self, credentials):
_pubKey = keys.Key.fromString(credentials.blob)
log.msg(format='public key attempt for user %(username)s with fingerprint %(fingerprint)%s',
log.msg(format='public key attempt for user %(username)s with fingerprint %(fingerprint)s',
username=credentials.username, fingerprint=_pubKey.fingerprint())
return failure.Failure(error.ConchError("Incorrect signature"))