upgrade a log message to debug
This commit is contained in:
parent
02eca15c70
commit
032b34c5d6
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ impl<H: PeerConnectionHandler> PeerConnection<H> {
|
|||
.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))
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue