mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Another update for an Issue #352 and couple of fixes
This commit is contained in:
parent
b35122a42c
commit
4cb378ce3e
38 changed files with 127 additions and 146 deletions
|
|
@ -736,7 +736,7 @@ def singleTimeLogMessage(message, level=logging.INFO, flag=None):
|
|||
if flag is None:
|
||||
flag = hash(message)
|
||||
|
||||
if flag not in kb.singleLogFlags:
|
||||
if not conf.smokeTest and flag not in kb.singleLogFlags:
|
||||
kb.singleLogFlags.add(flag)
|
||||
logger.log(level, message)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue