From: Fred Morcos Date: Wed, 16 Aug 2023 13:20:31 +0000 (+0200) Subject: Meson: Cleanup verbose logging module X-Git-Tag: rec-5.1.0-alpha1~80^2~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57d17a69aa36b3af886daea89ac3544e65e1ce6;p=thirdparty%2Fpdns.git Meson: Cleanup verbose logging module --- diff --git a/meson/verbose-logging/meson.build b/meson/verbose-logging/meson.build index 9b5b0ad598..ba1c08ddfd 100644 --- a/meson/verbose-logging/meson.build +++ b/meson/verbose-logging/meson.build @@ -1,5 +1,2 @@ -# Verbose Logging -# Inputs: conf - opt_verbose_logging = get_option('verbose-logging') -conf.set10('VERBOSELOG', opt_verbose_logging, description: 'Whether to enable verbose logging') +conf.set('VERBOSELOG', opt_verbose_logging, description: 'Verbose logging')