Skip to content

Commit fdf53d1

Browse files
libp2p/dialer.nim: tiny log change to make it clearer a connection upgrade (#1071)
1 parent 48a3ac0 commit fdf53d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libp2p/dialer.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ proc dialAndUpgrade(
8585
# If we failed to establish the connection through one transport,
8686
# we won't succeeded through another - no use in trying again
8787
await dialed.close()
88-
debug "Upgrade failed", err = exc.msg, peerId = peerId.get(default(PeerId))
88+
debug "Connection upgrade failed", err = exc.msg, peerId = peerId.get(default(PeerId))
8989
if exc isnot CancelledError:
9090
if dialed.dir == Direction.Out:
9191
libp2p_failed_upgrades_outgoing.inc()

0 commit comments

Comments
 (0)