Skip to content

Commit 4d82772

Browse files
erhantCopilot
andauthored
Update p2p/src/client.rs
Co-authored-by: Copilot <[email protected]>
1 parent ec9f4c6 commit 4d82772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ impl DriaP2PClient {
272272
send_back_addr,
273273
..
274274
} => {
275-
log::debug!("Incoming connection attempt: from {local_addr} to {send_back_addr}");
275+
log::debug!("Incoming connection attempt: from {local_addr} to {send_back_addr}");
276276
}
277277

278278
SwarmEvent::OutgoingConnectionError { peer_id, error, .. } => {

0 commit comments

Comments
 (0)