diff --git a/crates/librqbit/src/peer_connection.rs b/crates/librqbit/src/peer_connection.rs index 8d9af9d..aec9564 100644 --- a/crates/librqbit/src/peer_connection.rs +++ b/crates/librqbit/src/peer_connection.rs @@ -199,7 +199,7 @@ impl PeerConnection { .await .context("error reading handshake")?; let h_supports_extended = h.supports_extended(); - trace!( + debug!( "connected: id={:?}", try_decode_peer_id(Id20::new(h.peer_id)) );