forked from I2P_Developers/i2p.i2p
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);
|
Log log = I2PAppContext.getGlobalContext().logManager().getLog(RouterInfo.class);
|
||||||
if (log.shouldWarn()) {
|
if (log.shouldWarn()) {
|
||||||
log.warn("Sig verify fail: " + toString(), new Exception("from"));
|
log.warn("Sig verify fail: " + toString(), new Exception("from"));
|
||||||
} else {
|
//} else {
|
||||||
log.error("RI Sig verify fail: " + _identity.getHash());
|
// log.error("RI Sig verify fail: " + _identity.getHash());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user