Skip to content

Commit

Permalink
fix(dcutr): fix small typo in dcutr log
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-frb committed Nov 13, 2023
1 parent 3016cec commit a542a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/dcutr/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ impl NetworkBehaviour for Behaviour {
// Maybe treat these as transient and retry?
}
Either::Left(handler::relayed::Event::OutboundConnectNegotiated { remote_addrs }) => {
tracing::debug!(target=%event_source, addresses=?remote_addrs, "Attempting to hole-punch as dialer");
tracing::debug!(target=%event_source, addresses=?remote_addrs, "Attempting to hole-punch as listener");

let opts = DialOpts::peer_id(event_source)
.condition(dial_opts::PeerCondition::Always)
Expand Down

0 comments on commit a542a0c

Please sign in to comment.