mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-21 05:53:30 -07:00
fixed debug logging output
This commit is contained in:
parent
0eda0eab12
commit
156222d775
3 changed files with 9 additions and 5 deletions
|
@ -32,7 +32,7 @@ class ResponseTampererFactory:
|
|||
pass
|
||||
|
||||
def createTamperer(configFile):
|
||||
logging.log(logging.DEBUG, "Reading tamper config file: %s" % (configFile))
|
||||
logging.debug(logging.DEBUG, "Reading tamper config file: %s" % (configFile))
|
||||
config = ResponseTampererFactory._default_config.copy()
|
||||
if configFile:
|
||||
config.update(ResponseTampererFactory.parseConfig(configFile))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue