I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9f0640ca authored by zzz's avatar zzz
Browse files

log tweak

parent c385ad8f
No related branches found
No related tags found
No related merge requests found
...@@ -678,7 +678,8 @@ class BuildHandler implements Runnable { ...@@ -678,7 +678,8 @@ class BuildHandler implements Runnable {
// but if not, something is seriously wrong here. // but if not, something is seriously wrong here.
if (from == null || _context.routerHash().equals(from)) { if (from == null || _context.routerHash().equals(from)) {
_context.statManager().addRateData("tunnel.rejectHostile", 1); _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; return;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment