mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-12 09:03:12 +03:00
Minor layout adjustment
This commit is contained in:
parent
17d0b82fee
commit
25f8a72414
|
@ -100,11 +100,12 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||||
progress = ProgressBar(maxValue=length)
|
progress = ProgressBar(maxValue=length)
|
||||||
progressTime = []
|
progressTime = []
|
||||||
|
|
||||||
|
if numThreads is not None:
|
||||||
|
debugMsg = "starting %d thread%s" % (numThreads, ("s" if numThreads > 1 else ""))
|
||||||
|
logger.debug(debugMsg)
|
||||||
|
|
||||||
if conf.verbose >= 1 and not showEta:
|
if conf.verbose >= 1 and not showEta:
|
||||||
if isinstance(length, int) and conf.threads > 1:
|
if isinstance(length, int) and conf.threads > 1:
|
||||||
infoMsg = "starting %d threads" % numThreads
|
|
||||||
logger.info(infoMsg)
|
|
||||||
|
|
||||||
dataToStdout("[%s] [INFO] retrieved: %s" % (time.strftime("%X"), "_" * min(length, conf.progressWidth)))
|
dataToStdout("[%s] [INFO] retrieved: %s" % (time.strftime("%X"), "_" * min(length, conf.progressWidth)))
|
||||||
dataToStdout("\r[%s] [INFO] retrieved: " % time.strftime("%X"))
|
dataToStdout("\r[%s] [INFO] retrieved: " % time.strftime("%X"))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user