forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@ -678,7 +678,8 @@ class BuildHandler implements Runnable {
|
||||
// but if not, something is seriously wrong here.
|
||||
if (from == null || _context.routerHash().equals(from)) {
|
||||
_context.statManager().addRateData("tunnel.rejectHostile", 1);
|
||||
_log.error("Dropping build request, we are the previous hop: " + req);
|
||||
if (_log.shouldWarn())
|
||||
_log.warn("Dropping build request, we are the previous hop: " + req);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user