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

Skip to content

Commit fb645b9

Browse files
committed
Minor update
1 parent 87f8753 commit fb645b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@ def showHttpErrorCodes():
28472847
if any((str(_).startswith('4') or str(_).startswith('5')) and _ != httplib.INTERNAL_SERVER_ERROR and _ != kb.originalCode for _ in kb.httpErrorCodes.keys()):
28482848
msg = "too many 4xx and/or 5xx HTTP error codes "
28492849
msg += "could mean that some kind of protection is involved (e.g. WAF)"
2850-
logger.warn(msg)
2850+
logger.debug(msg)
28512851

28522852
def openFile(filename, mode='r', encoding=UNICODE_ENCODING, errors="replace", buffering=1):
28532853
"""

0 commit comments

Comments
 (0)