From 580c0f1213b0e0704db933f5a3503621c7aa6557 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Sun, 12 Apr 2015 02:08:46 +0200 Subject: [PATCH] was calling the wrong logger --- core/sslstrip/ClientRequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sslstrip/ClientRequest.py b/core/sslstrip/ClientRequest.py index ded5949..b31d55d 100644 --- a/core/sslstrip/ClientRequest.py +++ b/core/sslstrip/ClientRequest.py @@ -179,7 +179,7 @@ class ClientRequest(Request): self.proxyViaHTTP(address, self.method, path, postData, headers, port) def handleHostResolvedError(self, error): - logging.debug("[ClientRequest] Host resolution error: " + str(error)) + mitmf_logger.debug("[ClientRequest] Host resolution error: " + str(error)) try: self.finish() except: