mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
cosmetics
This commit is contained in:
parent
9ccf720c05
commit
11ecd16099
|
@ -1211,7 +1211,7 @@ def __cleanupOptions():
|
|||
|
||||
warnMsg = "increasing default value for "
|
||||
warnMsg += "--time-sec to %d because " % conf.timeSec
|
||||
warnMsg += "--tor switch used"
|
||||
warnMsg += "--tor switch was provided"
|
||||
logger.warn(warnMsg)
|
||||
else:
|
||||
conf.timeSec = TIME_DEFAULT_DELAY
|
||||
|
|
|
@ -506,8 +506,8 @@ class Connect:
|
|||
kb.adjustTimeDelay = False
|
||||
|
||||
warnMsg = "there is considerable lagging in connection "
|
||||
warnMsg += "response(s). please use as high value for "
|
||||
warnMsg += "--time-sec option as possible (e.g. 10)"
|
||||
warnMsg += "response(s). Please use as high value for "
|
||||
warnMsg += "--time-sec option as possible (e.g. 10 or more)"
|
||||
logger.critical(warnMsg)
|
||||
|
||||
if conf.safUrl and conf.saFreq > 0:
|
||||
|
|
Loading…
Reference in New Issue
Block a user