log tweak

This commit is contained in:
zzz
2014-10-03 15:12:38 +00:00
parent fff7fbe121
commit 6e566f6e3d

View File

@ -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?