From 69e5fbc9df51cf3282c3e08bc0ddf1c4a5bb798c Mon Sep 17 00:00:00 2001 From: EAimTY Date: Sat, 30 Jul 2022 16:16:10 +0900 Subject: [PATCH] fix #66 --- client/src/socks5/associate.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/src/socks5/associate.rs b/client/src/socks5/associate.rs index 6ccc4b3..13f1385 100644 --- a/client/src/socks5/associate.rs +++ b/client/src/socks5/associate.rs @@ -55,10 +55,7 @@ pub async fn handle( let _ = conn.shutdown().await; - log::info!( - "[socks5] [{}] [dissociate] [{target_addr}]", - conn.peer_addr()? - ); + log::info!("[socks5] [{ctrl_addr}] [dissociate] [{target_addr}]"); res }