mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor variable rename
This commit is contained in:
parent
cb9b9c4204
commit
955dbc85e7
10 changed files with 63 additions and 63 deletions
|
|
@ -699,8 +699,8 @@ def checkStability():
|
|||
|
||||
if kb.pageStable:
|
||||
if firstPage:
|
||||
logMsg = "url is stable"
|
||||
logger.info(logMsg)
|
||||
infoMsg = "url is stable"
|
||||
logger.info(infoMsg)
|
||||
else:
|
||||
errMsg = "there was an error checking the stability of page "
|
||||
errMsg += "because of lack of content. please check the "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue