mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
reduce log level of RI sig failure
This commit is contained in:
@@ -503,8 +503,8 @@ public class RouterInfo extends DatabaseEntry {
|
||||
Log log = I2PAppContext.getGlobalContext().logManager().getLog(RouterInfo.class);
|
||||
if (log.shouldWarn()) {
|
||||
log.warn("Sig verify fail: " + toString(), new Exception("from"));
|
||||
} else {
|
||||
log.error("RI Sig verify fail: " + _identity.getHash());
|
||||
//} else {
|
||||
// log.error("RI Sig verify fail: " + _identity.getHash());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user