Skip to content

Commit 2c07a17

Browse files
author
Felipe Zimmerle
committed
Fix help message on configuration option added by #1381
1 parent 7b86d8c commit 2c07a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ AC_ARG_ENABLE(collection-delete-problem-logging,
475475
# Disable logging of Apache handler
476476
AC_ARG_ENABLE(handler-logging,
477477
AS_HELP_STRING([--enable-handler-logging],
478-
[Enable logging of Apache handler in audit log when log level < 9. This is the default]),
478+
[Enable logging of Apache handler in audit log even when log level is < 9. This is the default]),
479479
[
480480
if test "$enableval" != "no"; then
481481
log_handler=

0 commit comments

Comments
 (0)