mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Fix help message on configuration option added by #1380
This commit is contained in:
parent
67908f45f4
commit
1a5ff4e371
@ -460,7 +460,7 @@ AC_ARG_ENABLE(server-logging,
|
|||||||
# Disable logging of problem when deleting collection
|
# Disable logging of problem when deleting collection
|
||||||
AC_ARG_ENABLE(collection-delete-problem-logging,
|
AC_ARG_ENABLE(collection-delete-problem-logging,
|
||||||
AS_HELP_STRING([--enable-collection-delete-problem-logging],
|
AS_HELP_STRING([--enable-collection-delete-problem-logging],
|
||||||
[Enable logging of collection delete problem in audit log when log level < 9. This is the default]),
|
[Enable logging of collection delete problem even when log level is < 9. This is the default]),
|
||||||
[
|
[
|
||||||
if test "$enableval" != "no"; then
|
if test "$enableval" != "no"; then
|
||||||
log_collection_delete_problem=
|
log_collection_delete_problem=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user