Undo accidentally committed code

This commit is contained in:
Noah Levitt 2020-05-06 14:27:34 -07:00
parent 36711c0148
commit d0b21f5dc4

View File

@ -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!