diff options
author | Ralph Boehme <slow@samba.org> | 2019-11-05 10:36:53 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2019-11-27 10:25:35 +0000 |
commit | 9910b5e1da337e84479421a599badf53c1853ea9 (patch) | |
tree | aaed6a76f0aa32721769934e107f7234d4760160 /lib/util/debug_s3.c | |
parent | fa5033cfb7e9b65c23fe2c0c391c59b70d8415c3 (diff) | |
download | samba-9910b5e1da337e84479421a599badf53c1853ea9.tar.gz |
smbdotconf: mark "logging" with substitution="1"
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/util/debug_s3.c')
-rw-r--r-- | lib/util/debug_s3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |