log tweak

This commit is contained in:
zzz
2023-02-08 08:27:20 -05:00
parent 9e2bb1ad0a
commit c08d6b3a18

View File

@ -614,7 +614,7 @@ public abstract class TransportImpl implements Transport {
if (address != null) {
isIPv6 = TransportUtil.isIPv6(address);
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 {
isIPv6 = false;
}