Skip to content

Commit 93a34c3

Browse files
committed
Fix parser conditional exclusion with HAVE_LOGV disabled.
1 parent 05508f9 commit 93a34c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,8 +1052,8 @@ options_metadata parser::load_settings() THROWS
10521052
"log.verbose",
10531053
value<bool>(&configured.log.verbose),
10541054
"Enable verbose logging, defaults to false."
1055+
)
10551056
#endif
1056-
)
10571057
(
10581058
"log.maximum_size",
10591059
value<uint32_t>(&configured.log.maximum_size),

0 commit comments

Comments
 (0)