Decode more peer ids
This commit is contained in:
parent
d7f3d883f2
commit
0bb1c77456
2 changed files with 8 additions and 2 deletions
|
|
@ -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",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue