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

Skip to content
Snippets Groups Projects
Commit 6e566f6e authored by zzz's avatar zzz
Browse files

log tweak

parent fff7fbe1
No related branches found
No related tags found
No related merge requests found
......@@ -567,7 +567,7 @@ class BuildHandler implements Runnable {
_context.statManager().addRateData("tunnel.rejectHostile", 1);
// 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
_log.error("Dropping build request, we the next hop");
_log.error("Dropping build request, we are the next hop");
return;
}
// previous test should be sufficient to keep it from getting here but maybe not?
......
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