From 43150bdbed54c4769133e15529160cb2fce33c04 Mon Sep 17 00:00:00 2001 From: munna0908 Date: Thu, 10 Jul 2025 19:16:08 +0530 Subject: [PATCH] fix log stmt --- codex/nat.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex/nat.nim b/codex/nat.nim index 275367df..19ec76e8 100644 --- a/codex/nat.nim +++ b/codex/nat.nim @@ -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: