fixed some output

This commit is contained in:
byt3bl33d3r 2015-04-16 01:38:28 +02:00
parent 6121c67eaa
commit 88a4e15900
4 changed files with 9 additions and 6 deletions

View file

@ -189,7 +189,7 @@ class ClientRequest(Request):
address = self.dnsCache.getCachedAddress(host)
if address != None:
mitmf_logger.debug("[ClientRequest] Host cached: {} {}".format(host, str(address)))
mitmf_logger.debug("[ClientRequest] Host cached: {} {}".format(host, address))
return defer.succeed(address)
else: