From f57d17a69aa36b3af886daea89ac3544e65e1ce6 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 16 Aug 2023 15:20:31 +0200 Subject: [PATCH] Meson: Cleanup verbose logging module --- meson/verbose-logging/meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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') -- 2.47.2