Decode more peer ids

This commit is contained in:
Igor Katson 2024-08-29 12:48:14 +01:00
parent d7f3d883f2
commit 0bb1c77456
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 8 additions and 2 deletions

View file

@ -200,7 +200,7 @@ impl<H: PeerConnectionHandler> PeerConnection<H> {
.context("error reading handshake")?;
let h_supports_extended = h.supports_extended();
trace!(
peer_id=?h.peer_id,
peer_id=?Id20::new(h.peer_id),
decoded_id=?try_decode_peer_id(Id20::new(h.peer_id)),
"connected",
);