fix log stmt

This commit is contained in:
munna0908 2025-07-10 19:16:08 +05:30
parent 7c2662d7fe
commit 43150bdbed
No known key found for this signature in database
GPG Key ID: 2FFCD637E937D3E6

View File

@ -423,7 +423,7 @@ proc nattedAddress*(
it.remapAddr(ip = newIP, port = tcp)
else:
# NAT mapping failed - use original address
error "Failed to get external IP, using original address", it
error "Failed to get external IP, using original address"
discoveryAddrs.add(getMultiAddrWithIPAndUDPPort(ipPart.get, udpPort))
it
else: