reduce log level of RI sig failure

This commit is contained in:
zzz
2016-04-30 13:23:24 +00:00
parent 6bdf25bc3d
commit f3610bc285

View File

@ -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());
}
}
}