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.
2 parents c85d575 + af4762a commit 88cda87Copy full SHA for 88cda87
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