Skip to content

Commit 1553fbb

Browse files
committed
io_uring: cosmetics
1 parent af30102 commit 1553fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io_uring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ pub async fn io_loop(
275275
flatten(&mut monitor)
276276
);
277277
if let Err(e) = res {
278-
error!("{} Connection error: {}", NAME, e);
278+
error!("{} 🔴 Connection error: {}", NAME, e);
279279
}
280280
// Make sure the reference count drops to zero and the socket is
281281
// freed by aborting both tasks (which both hold a `Rc<TcpStream>`

0 commit comments

Comments
 (0)