was calling the wrong logger

This commit is contained in:
byt3bl33d3r 2015-04-12 02:08:46 +02:00
parent e582bc5fb7
commit 580c0f1213

View file

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