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 f6b43b4 commit af4762aCopy full SHA for af4762a
1 file changed
lib/controller/checks.py
@@ -1084,7 +1084,7 @@ def _(*args, **kwargs):
1084
break
1085
1086
if retVal:
1087
- errMsg = "WAF/IDS/IPS identified ('%s'). Please " % retVal
+ errMsg = "WAF/IDS/IPS identified '%s'. Please " % retVal
1088
errMsg += "consider usage of tamper scripts (option '--tamper')"
1089
logger.critical(errMsg)
1090
else:
0 commit comments