File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88import httplib
99import json
10+ import logging
1011import re
1112import socket
1213import string
3233from lib .core .common import randomizeParameterValue
3334from lib .core .common import readInput
3435from lib .core .common import removeReflectiveValues
36+ from lib .core .common import singleTimeLogMessage
3537from lib .core .common import singleTimeWarnMessage
3638from lib .core .common import stdev
3739from lib .core .common import wasLastResponseDelayed
@@ -476,7 +478,7 @@ def getPage(**kwargs):
476478 raise SqlmapConnectionException (errMsg )
477479 else :
478480 debugMsg = "page not found (%d)" % code
479- singleTimeWarnMessage (debugMsg )
481+ singleTimeLogMessage (debugMsg , logging . DEBUG )
480482 processResponse (page , responseHeaders )
481483 elif e .code == httplib .GATEWAY_TIMEOUT :
482484 if ignoreTimeout :
You can’t perform that action at this time.
0 commit comments