We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d649070 commit bfeb8c9Copy full SHA for bfeb8c9
protocols/dcutr/src/behaviour.rs
@@ -300,7 +300,7 @@ impl NetworkBehaviour for Behaviour {
300
// Maybe treat these as transient and retry?
301
}
302
Either::Left(handler::relayed::Event::OutboundConnectNegotiated { remote_addrs }) => {
303
- 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");
304
305
let opts = DialOpts::peer_id(event_source)
306
.condition(dial_opts::PeerCondition::Always)
0 commit comments