mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-02 13:32:19 -05:00
fix one log level
This commit is contained in:
parent
07ecd38842
commit
8981fcf93d
@ -538,7 +538,7 @@ public class UncachedKeyRing {
|
|||||||
if (Arrays.binarySearch(KNOWN_ALGORITHMS, key.getAlgorithm()) < 0) {
|
if (Arrays.binarySearch(KNOWN_ALGORITHMS, key.getAlgorithm()) < 0) {
|
||||||
ring = removeSubKey(ring, key);
|
ring = removeSubKey(ring, key);
|
||||||
|
|
||||||
log.add(LogLevel.ERROR, LogType.MSG_KC_SUB_UNKNOWN_ALGO, indent,
|
log.add(LogLevel.WARN, LogType.MSG_KC_SUB_UNKNOWN_ALGO, indent,
|
||||||
Integer.toString(key.getAlgorithm()));
|
Integer.toString(key.getAlgorithm()));
|
||||||
indent -= 1;
|
indent -= 1;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user