mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update
This commit is contained in:
parent
b83fe6113e
commit
666a7da12a
|
@ -2150,7 +2150,7 @@ def adjustTimeDelay(lastQueryDuration, lowerStdLimit):
|
|||
kb.delayCandidates = [candidate] + kb.delayCandidates[:-1]
|
||||
|
||||
if all([x == candidate for x in kb.delayCandidates]) and candidate < conf.timeSec:
|
||||
infoMsg = "due to good response times you are advised to "
|
||||
infoMsg = "due to good response times you can "
|
||||
infoMsg += "try to adjust the time-delay to "
|
||||
infoMsg += "a more appropriate value (e.g. --time-sec=%d)" % candidate
|
||||
singleTimeLogMessage(infoMsg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user