Skip to content

Commit 1a5ff4e

Browse files
author
Felipe Zimmerle
committed
Fix help message on configuration option added by #1380
1 parent 67908f4 commit 1a5ff4e

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
@@ -460,7 +460,7 @@ AC_ARG_ENABLE(server-logging,
460460
# Disable logging of problem when deleting collection
461461
AC_ARG_ENABLE(collection-delete-problem-logging,
462462
AS_HELP_STRING([--enable-collection-delete-problem-logging],
463-
[Enable logging of collection delete problem in audit log when log level < 9. This is the default]),
463+
[Enable logging of collection delete problem even when log level is < 9. This is the default]),
464464
[
465465
if test "$enableval" != "no"; then
466466
log_collection_delete_problem=

0 commit comments

Comments
 (0)