Skip to content

Commit

Permalink
fix: fix incorrect log message
Browse files Browse the repository at this point in the history
This was certainly a bad copy-paste.
Chris Connelly authored and joshuef committed Oct 27, 2021
1 parent fd19094 commit 1a9261b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.rs
Original file line number Diff line number Diff line change
@@ -394,7 +394,7 @@ async fn listen_on_bi_streams(
let endpoint = &endpoint;
let message_tx = &message_tx;
async move {
trace!("Handling incoming uni-stream from {}", peer_addr);
trace!("Handling incoming bi-stream from {}", peer_addr);

loop {
match WireMsg::read_from_stream(&mut recv_stream).await {

0 comments on commit 1a9261b

Please sign in to comment.