aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/router.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router.rs b/src/router.rs
index 91d9e88..495463c 100644
--- a/src/router.rs
+++ b/src/router.rs
@@ -381,7 +381,7 @@ impl Router {
match quick_stream {
Ok(mut stream) => {
if let Err(e) = std::pin::Pin::new(&mut stream).accept().await {
- println!("stream accept error: {e:?}");
+ warn!("stream accept error: {e:?}");
}
let router_instance = Self {