dem logix

This commit is contained in:
Vincent Breitmoser 2014-08-14 16:34:57 +02:00
parent a19784ed7e
commit 2c408f679c

View File

@ -694,7 +694,7 @@ public class UncachedKeyRing {
long masterKeyId = other.getMasterKeyId();
if (getMasterKeyId() != masterKeyId
|| Arrays.equals(getFingerprint(), other.getFingerprint())) {
|| !Arrays.equals(getFingerprint(), other.getFingerprint())) {
log.add(LogLevel.ERROR, LogType.MSG_MG_HETEROGENEOUS, indent);
return null;
}