TLS-F: Emu researching

This commit is contained in:
Alexey 2026-02-20 14:02:06 +03:00
parent 487aa8fbce
commit 3d0b32edf5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
});
}