To not be confused with heuristic method in SQLi

This commit is contained in:
Miroslav Stampar 2012-07-13 15:03:43 +02:00
parent 32b700f130
commit d165d5d5fe

View File

@ -165,7 +165,7 @@ def getHeuristicCharEncoding(page):
"""
retVal = detect(page)["encoding"]
infoMsg = "heuristics detected web page charset '%s'" % retVal
infoMsg = "detected web page charset '%s'" % retVal
singleTimeLogMessage(infoMsg, logging.INFO, retVal)
return retVal