Skip to content

Commit

Permalink
fix: output of the address are corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
hdvanegasm committed Oct 29, 2024
1 parent 2f68255 commit 0ed8926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ impl Channel for TcpChannel {

log::info!(
"received packet from peer {:?} with {} bytes",
stream.peer_addr(),
stream.peer_addr()?,
packet_size,
);

Expand Down

0 comments on commit 0ed8926

Please sign in to comment.