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 ec9f4c6 commit 4d82772Copy full SHA for 4d82772
p2p/src/client.rs
@@ -272,7 +272,7 @@ impl DriaP2PClient {
272
send_back_addr,
273
..
274
} => {
275
- log::debug!("Incoming connection attempt: from {local_addr} to {send_back_addr}");
+ log::debug!("Incoming connection attempt: from {local_addr} to {send_back_addr}");
276
}
277
278
SwarmEvent::OutgoingConnectionError { peer_id, error, .. } => {
0 commit comments