import-log: some cosmetics

This commit is contained in:
Vincent Breitmoser
2014-06-10 13:52:05 +02:00
parent 7324bfcb53
commit eac582a313
8 changed files with 33 additions and 26 deletions

View File

@@ -204,7 +204,8 @@ public class UncachedKeyRing {
}
// dummy
log.add(LogLevel.INFO, LogType.MSG_IP_BAD_TYPE_SECRET, null, 0);
log.add(LogLevel.START, LogType.MSG_KC,
new String[] { PgpKeyHelper.convertKeyIdToHex(getMasterKeyId()) }, 0);
/*
// Remove all non-verifying self certificates
@@ -218,6 +219,8 @@ public class UncachedKeyRing {
}*/
log.add(LogLevel.OK, LogType.MSG_KC_SUCCESS, null, 0);
return this;