From: Ralph Boehme Date: Tue, 5 Nov 2019 09:50:32 +0000 (+0100) Subject: smbdotconf: mark "log level" with substitution="1" X-Git-Tag: ldb-2.1.0~541 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d7eaed58600342f618a3ea0307208dff0591ad0;p=thirdparty%2Fsamba.git smbdotconf: mark "log level" with substitution="1" Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/docs-xml/smbdotconf/logging/loglevel.xml b/docs-xml/smbdotconf/logging/loglevel.xml index d3bed8a939b..273765c6fbe 100644 --- a/docs-xml/smbdotconf/logging/loglevel.xml +++ b/docs-xml/smbdotconf/logging/loglevel.xml @@ -2,6 +2,7 @@ type="string" context="G" handler="handle_debug_list" + substitution="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> debuglevel diff --git a/lib/util/debug_s3.c b/lib/util/debug_s3.c index e5d8033a240..151227c3419 100644 --- a/lib/util/debug_s3.c +++ b/lib/util/debug_s3.c @@ -44,7 +44,7 @@ bool reopen_logs(void) loadparm_s3_global_substitution(); debug_set_logfile(lp_logfile(talloc_tos(), lp_sub)); - debug_parse_levels(lp_log_level(talloc_tos())); + debug_parse_levels(lp_log_level(talloc_tos(), lp_sub)); debug_set_settings(&settings, lp_logging(talloc_tos(), lp_sub), lp_syslog(),