mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 07:34:06 +01:00
minor update
This commit is contained in:
parent
8e2e06a7a3
commit
c84c4d835f
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ def getHeuristicCharEncoding(page):
|
|||
"""
|
||||
retVal = detect(page)['encoding']
|
||||
|
||||
warnMsg = "heuristics detected web page charset '%s'." % retVal
|
||||
singleTimeLogMessage(warnMsg, logging.WARN, retVal)
|
||||
infoMsg = "heuristics detected web page charset '%s'." % retVal
|
||||
singleTimeLogMessage(infoMsg, logging.INFO, retVal)
|
||||
|
||||
return retVal
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue