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

Skip to content
Snippets Groups Projects
Unverified Commit c08d6b3a authored by zzz's avatar zzz
Browse files

log tweak

parent 9e2bb1ad
No related branches found
No related tags found
No related merge requests found
...@@ -614,7 +614,7 @@ public abstract class TransportImpl implements Transport { ...@@ -614,7 +614,7 @@ public abstract class TransportImpl implements Transport {
if (address != null) { if (address != null) {
isIPv6 = TransportUtil.isIPv6(address); isIPv6 = TransportUtil.isIPv6(address);
if (_log.shouldWarn()) if (_log.shouldWarn())
_log.warn("Replacing IPv" + (isIPv6 ? '6' : '4') + " address with " + address, new Exception()); _log.warn("Replacing IPv" + (isIPv6 ? '6' : '4') + " address with " + address, new Exception());
} else { } else {
isIPv6 = false; isIPv6 = false;
} }
......
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