Skip to content

Commit 41ae8db

Browse files
author
Felipe Zimmerle
committed
Fix configure help added in #1403
1 parent d7383c3 commit 41ae8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ AC_ARG_ENABLE(handler-logging,
490490
# Disable logging of dechunking
491491
AC_ARG_ENABLE(dechunk-logging,
492492
AS_HELP_STRING([--enable-dechunk-logging],
493-
[Enable logging of dechunking in audit log when log level < 9. This is the default]),
493+
[Enable logging of dechunking even when log level is < 9. This is the default]),
494494
[
495495
if test "$enableval" != "no"; then
496496
log_dechunk=

0 commit comments

Comments
 (0)