From 6293c70e346ec9b94372ee44d3bdd312ee918e90 Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 29 Jul 2023 01:23:36 +0800 Subject: fix capitalized --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index d52d3b9..d45fe8a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -91,7 +91,7 @@ async fn main() { SockAddr(addr) } Err(why) => { - error!("Failed to resolve address {}: {}", addr, why); + error!("failed to resolve address {}: {}", addr, why); Destination::None } } -- cgit v1.2.3