From 3d0b32edf5673bc6dcafa40b56a633d4f8334145 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Fri, 20 Feb 2026 14:02:06 +0300 Subject: [PATCH] TLS-F: Emu researching --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index fd60b57..320c2c5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -875,7 +875,7 @@ match crate::transport::middle_proxy::fetch_proxy_secret(proxy_secret_path).awai .run() .await { - debug!(peer = %peer_addr, error = %e, "Connection error"); + warn!(peer = %peer_addr, error = %e, "Connection closed with error"); } }); }