Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7247a5

Browse files
committed
do not prompt constantly if the page is not found
1 parent 6c8e8e2 commit d7247a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def getPage(**kwargs):
476476
raise SqlmapConnectionException(errMsg)
477477
else:
478478
debugMsg = "page not found (%d)" % code
479-
logger.debug(debugMsg)
479+
singleTimeWarnMessage(debugMsg)
480480
processResponse(page, responseHeaders)
481481
elif e.code == httplib.GATEWAY_TIMEOUT:
482482
if ignoreTimeout:

0 commit comments

Comments
 (0)