Skip to content

Commit

Permalink
Fix parser conditional exclusion with HAVE_LOGV disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Dec 13, 2024
1 parent 05508f9 commit 93a34c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1052,8 +1052,8 @@ options_metadata parser::load_settings() THROWS
"log.verbose",
value<bool>(&configured.log.verbose),
"Enable verbose logging, defaults to false."
)
#endif
)
(
"log.maximum_size",
value<uint32_t>(&configured.log.maximum_size),
Expand Down

0 comments on commit 93a34c3

Please sign in to comment.