Skip to content

Commit bfeb8c9

Browse files
chore(dcutr): fix typo in log statement
Fixes: #4853. Pull-Request: #4854.
1 parent d649070 commit bfeb8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/dcutr/src/behaviour.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ impl NetworkBehaviour for Behaviour {
300300
// Maybe treat these as transient and retry?
301301
}
302302
Either::Left(handler::relayed::Event::OutboundConnectNegotiated { remote_addrs }) => {
303-
tracing::debug!(target=%event_source, addresses=?remote_addrs, "Attempting to hole-punch as dialer");
303+
tracing::debug!(target=%event_source, addresses=?remote_addrs, "Attempting to hole-punch as listener");
304304

305305
let opts = DialOpts::peer_id(event_source)
306306
.condition(dial_opts::PeerCondition::Always)

0 commit comments

Comments
 (0)