]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Cleanup verbose logging module
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 16 Aug 2023 13:20:31 +0000 (15:20 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:41 +0000 (13:28 +0100)
meson/verbose-logging/meson.build

index 9b5b0ad598b5a2104ebf61cc5fc4c596b8b08682..ba1c08ddfdf08a9436ddec9edc9338259cf988a3 100644 (file)
@@ -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')