forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@@ -567,7 +567,7 @@ class BuildHandler implements Runnable {
|
|||||||
_context.statManager().addRateData("tunnel.rejectHostile", 1);
|
_context.statManager().addRateData("tunnel.rejectHostile", 1);
|
||||||
// We are 2 hops in a row? Drop it without a reply.
|
// We are 2 hops in a row? Drop it without a reply.
|
||||||
// No way to recognize if we are every other hop, but see below
|
// No way to recognize if we are every other hop, but see below
|
||||||
_log.error("Dropping build request, we the next hop");
|
_log.error("Dropping build request, we are the next hop");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// previous test should be sufficient to keep it from getting here but maybe not?
|
// previous test should be sufficient to keep it from getting here but maybe not?
|
||||||
|
Reference in New Issue
Block a user