Skip to content

Commit

Permalink
io_uring: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
manio committed Nov 27, 2024
1 parent af30102 commit 1553fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io_uring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ pub async fn io_loop(
flatten(&mut monitor)
);
if let Err(e) = res {
error!("{} Connection error: {}", NAME, e);
error!("{} 🔴 Connection error: {}", NAME, e);
}
// Make sure the reference count drops to zero and the socket is
// freed by aborting both tasks (which both hold a `Rc<TcpStream>`
Expand Down

0 comments on commit 1553fbb

Please sign in to comment.