From fb645b90f7797c69875d514fe7946803272f7740 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 14 Dec 2014 00:14:18 +0100 Subject: [PATCH] Minor update --- lib/core/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/common.py b/lib/core/common.py index 37555c2e0..e4be4dd3d 100755 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -2847,7 +2847,7 @@ def showHttpErrorCodes(): if any((str(_).startswith('4') or str(_).startswith('5')) and _ != httplib.INTERNAL_SERVER_ERROR and _ != kb.originalCode for _ in kb.httpErrorCodes.keys()): msg = "too many 4xx and/or 5xx HTTP error codes " msg += "could mean that some kind of protection is involved (e.g. WAF)" - logger.warn(msg) + logger.debug(msg) def openFile(filename, mode='r', encoding=UNICODE_ENCODING, errors="replace", buffering=1): """