X-Git-Url: https://git.r.bdr.sh/rbdr/olden-mail/blobdiff_plain/df07d7b043eaba1f961d22883763ae77b7f68600..973e9d74f2ea3c0d273582957d71593106024031:/src/proxy.rs?ds=sidebyside diff --git a/src/proxy.rs b/src/proxy.rs index 5678db9..176d5f9 100644 --- a/src/proxy.rs +++ b/src/proxy.rs @@ -249,7 +249,9 @@ fn handle_client(client_stream: TcpStream, configuration: &Arc) { .replace('\t', "\\t"); debug!(">>> {debug_original}"); - debug!("### {debug_final}"); + if debug_original != debug_final { + debug!("### {debug_final}"); + } // Lock the TLS stream and write the data to server match tls_stream_clone.lock() {