very small fix, don't show name on encoding warning

This commit is contained in:
Vincent Breitmoser 2014-09-13 21:47:04 +02:00
parent b9a4148a07
commit 3b8c171ecb

View file

@ -440,8 +440,7 @@ public class UncachedKeyRing {
} }
// warn user if the signature was made with bad encoding // warn user if the signature was made with bad encoding
if (!cert.verifySignature(masterKey, userId)) { if (!cert.verifySignature(masterKey, userId)) {
log.add(LogLevel.WARN, LogType.MSG_KC_UID_WARN_ENCODING, log.add(LogLevel.WARN, LogType.MSG_KC_UID_WARN_ENCODING, indent);
indent, userId);
} }
} catch (PgpGeneralException e) { } catch (PgpGeneralException e) {
log.add(LogLevel.WARN, LogType.MSG_KC_UID_BAD_ERR, log.add(LogLevel.WARN, LogType.MSG_KC_UID_BAD_ERR,