mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
cosmetics
This commit is contained in:
parent
5114c887ea
commit
9230877d98
|
@ -387,8 +387,8 @@ class Connect:
|
|||
|
||||
if timeBasedCompare:
|
||||
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||
warnMsg = "time-based comparison needs larger statistical model. "
|
||||
warnMsg += "doing few dummy requests."
|
||||
warnMsg = "time-based comparison needs larger statistical "
|
||||
warnMsg += "model. Making a few dummy requests, wait.."
|
||||
logger.warn(warnMsg)
|
||||
|
||||
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||
|
|
Loading…
Reference in New Issue
Block a user