mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
better
This commit is contained in:
parent
2f129b01c0
commit
fde3e4cece
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||||
|
|
||||||
if conf.threads == 1 and not timeBasedCompare:
|
if conf.threads == 1 and not timeBasedCompare:
|
||||||
warnMsg = "running in a single-thread mode. Please consider "
|
warnMsg = "running in a single-thread mode. Please consider "
|
||||||
warnMsg += "providing --threads switch to speedup data fetching"
|
warnMsg += "usage of --threads switch to speedup data fetching"
|
||||||
singleTimeWarnMessage(warnMsg)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
||||||
if conf.verbose in (1, 2) and not showEta:
|
if conf.verbose in (1, 2) and not showEta:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue