mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Cosmetics: fix #1400 indentation and help message
This commit is contained in:
@@ -520,7 +520,7 @@ AC_ARG_ENABLE(stopwatch-logging,
|
|||||||
# Disable logging of server context
|
# Disable logging of server context
|
||||||
AC_ARG_ENABLE(server-context-logging,
|
AC_ARG_ENABLE(server-context-logging,
|
||||||
AS_HELP_STRING([--enable-server-context-logging],
|
AS_HELP_STRING([--enable-server-context-logging],
|
||||||
[Enable logging of server info (log producer, sanitized objects, ...) in audit log when log level < 9. This is the default]),
|
[Enable logging of server info (log producer, sanitized objects, ...) in audit log even when log level < 9. This is the default]),
|
||||||
[
|
[
|
||||||
if test "$enableval" != "no"; then
|
if test "$enableval" != "no"; then
|
||||||
log_server_context=
|
log_server_context=
|
||||||
|
Reference in New Issue
Block a user