mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
minor beautification
This commit is contained in:
parent
f46baac70b
commit
75ec146224
|
@ -587,7 +587,7 @@ class Connect:
|
|||
kb.adjustTimeDelay = False
|
||||
|
||||
warnMsg = "there is considerable lagging (standard deviation: "
|
||||
warnMsg += "%f sec%s) " % (deviation, "s" if deviation > 1 else "")
|
||||
warnMsg += "%.1f sec%s) " % (deviation, "s" if deviation > 1 else "")
|
||||
warnMsg += "in connection response(s). Please use as high "
|
||||
warnMsg += "value for --time-sec option as possible (e.g. "
|
||||
warnMsg += "%d or more)" % (conf.timeSec * 2)
|
||||
|
|
Loading…
Reference in New Issue
Block a user