diff --git a/src/client.rs b/src/client.rs index 64228c8..3217f18 100644 --- a/src/client.rs +++ b/src/client.rs @@ -54,7 +54,7 @@ pub async fn run(listen_config: &ListenConfig) -> XResult<()> { information!("Get connection: {} - {}", client_stream_time, client_stream.peer_addr().unwrap()); let time = util_time::get_current_millis(); if (time as i128 - client_stream_time as i128).abs() > 3_000 { - warning!("Connection is more than 3 second, abandon connection"); + warning!("Connection is more than 3 seconds, abandon connection"); continue; }