Revert of the previous commit

This commit is contained in:
Miroslav Stampar 2012-07-13 15:05:19 +02:00
parent d165d5d5fe
commit ddb9caeef1

View File

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