mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-12-02 06:23:52 +03:00
minor cosmetics
This commit is contained in:
parent
71761ba9a5
commit
196131bbca
|
@ -387,8 +387,8 @@ class Connect:
|
||||||
|
|
||||||
if timeBasedCompare:
|
if timeBasedCompare:
|
||||||
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||||
warnMsg = "time-based comparison requested on a statisical model "
|
warnMsg = "time-based comparison needs larger statistical model. "
|
||||||
warnMsg += "with too small data set. doing few dummy requests."
|
warnMsg += "doing few dummy requests."
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user