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: