log tweak

This commit is contained in:
zzz
2019-04-10 18:31:24 +00:00
parent 859584c2b3
commit cddace2a1d

View File

@ -934,8 +934,8 @@ public class UDPTransport extends TransportImpl implements TimedWeightedPriority
if (!isValid) {
// ignore them
if (_log.shouldLog(Log.ERROR))
_log.error("The router " + from + " told us we have an invalid IP - "
+ Addresses.toString(ourIP, ourPort) + ". Lets throw tomatoes at them");
_log.error("The router " + from + " told us we have an invalid IP:port "
+ Addresses.toString(ourIP, ourPort));
markUnreachable(from);
//_context.banlist().banlistRouter(from, "They said we had an invalid IP", STYLE);
return;