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