From d0b21f5dc44c1c2802326187aec7578715601ad9 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 6 May 2020 14:27:34 -0700 Subject: [PATCH] Undo accidentally committed code --- warcprox/mitmproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warcprox/mitmproxy.py b/warcprox/mitmproxy.py index 8b61d52..5f48ed7 100644 --- a/warcprox/mitmproxy.py +++ b/warcprox/mitmproxy.py @@ -363,7 +363,7 @@ class MitmProxyHandler(http_server.BaseHTTPRequestHandler): else: self.send_error(500, str(e)) except Exception as f: - self.logger.warning("failed to send error response ({}) to proxy client: {}".format(e, f), exc_info=True) + self.logger.warning("failed to send error response ({}) to proxy client: {}".format(e, f)) return # Reload!