From e539b0b51b1f03943b110fa928ff49a4bc85cc2b Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:17:13 +0800 Subject: [PATCH] minor changes --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4399661..b014b43 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -129,7 +129,7 @@ impl IpStack { continue; } #[cfg(feature = "log")] - error!("{}", e); + error!("IpStackTcpStream::new failed \"{}\"", e); } } }