mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
was calling the wrong logger
This commit is contained in:
parent
e582bc5fb7
commit
580c0f1213
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue