mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
polite cosmetics
This commit is contained in:
@@ -388,7 +388,7 @@ class Connect:
|
||||
if timeBasedCompare:
|
||||
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||
warnMsg = "time-based comparison needs larger statistical "
|
||||
warnMsg += "model. Making a few dummy requests, wait.."
|
||||
warnMsg += "model. Making a few dummy requests, please wait.."
|
||||
logger.warn(warnMsg)
|
||||
|
||||
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||
|
||||
Reference in New Issue
Block a user