Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8e8e2 commit d7247a5Copy full SHA for d7247a5
1 file changed
lib/request/connect.py
@@ -476,7 +476,7 @@ def getPage(**kwargs):
476
raise SqlmapConnectionException(errMsg)
477
else:
478
debugMsg = "page not found (%d)" % code
479
- logger.debug(debugMsg)
+ singleTimeWarnMessage(debugMsg)
480
processResponse(page, responseHeaders)
481
elif e.code == httplib.GATEWAY_TIMEOUT:
482
if ignoreTimeout:
0 commit comments