mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor adjustment and bug fix
This commit is contained in:
@@ -1072,9 +1072,9 @@ def __setVerbosity():
|
||||
|
||||
if conf.verbose == 1:
|
||||
logger.setLevel(logging.INFO)
|
||||
elif conf.verbose > 1 and conf.eta:
|
||||
conf.verbose = 1
|
||||
logger.setLevel(logging.INFO)
|
||||
elif conf.verbose > 2 and conf.eta:
|
||||
conf.verbose = 2
|
||||
logger.setLevel(logging.DEBUG)
|
||||
elif conf.verbose == 2:
|
||||
logger.setLevel(logging.DEBUG)
|
||||
elif conf.verbose == 3:
|
||||
|
||||
Reference in New Issue
Block a user