mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor update
This commit is contained in:
@@ -143,8 +143,8 @@ def getHeuristicCharEncoding(page):
|
|||||||
"""
|
"""
|
||||||
retVal = detect(page)['encoding']
|
retVal = detect(page)['encoding']
|
||||||
|
|
||||||
warnMsg = "heuristics detected web page charset '%s'." % retVal
|
infoMsg = "heuristics detected web page charset '%s'." % retVal
|
||||||
singleTimeLogMessage(warnMsg, logging.WARN, retVal)
|
singleTimeLogMessage(infoMsg, logging.INFO, retVal)
|
||||||
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user