mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor variable rename
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user