From: Ralph Boehme Date: Tue, 5 Nov 2019 09:36:53 +0000 (+0100) Subject: smbdotconf: mark "logging" with substitution="1" X-Git-Tag: ldb-2.1.0~542 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9910b5e1da337e84479421a599badf53c1853ea9;p=thirdparty%2Fsamba.git smbdotconf: mark "logging" with substitution="1" Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/docs-xml/smbdotconf/logging/logging.xml b/docs-xml/smbdotconf/logging/logging.xml index b152d0c469e..0ab2c1f131b 100644 --- a/docs-xml/smbdotconf/logging/logging.xml +++ b/docs-xml/smbdotconf/logging/logging.xml @@ -1,6 +1,7 @@ diff --git a/lib/util/debug_s3.c b/lib/util/debug_s3.c index 82e8ef7fa7d..e5d8033a240 100644 --- a/lib/util/debug_s3.c +++ b/lib/util/debug_s3.c @@ -46,7 +46,7 @@ bool reopen_logs(void) debug_set_logfile(lp_logfile(talloc_tos(), lp_sub)); debug_parse_levels(lp_log_level(talloc_tos())); debug_set_settings(&settings, - lp_logging(talloc_tos()), + lp_logging(talloc_tos(), lp_sub), lp_syslog(), lp_syslog_only()); } else {