diff options
author | Ralph Wuerthner <ralph.wuerthner@de.ibm.com> | 2019-04-11 13:11:34 +0200 |
---|---|---|
committer | Christof Schmitt <cs@samba.org> | 2019-04-18 20:38:24 +0000 |
commit | a45675879ddcb43ab274d28496eedd6833466ae4 (patch) | |
tree | e71e1e62bc958a2a1509c3ecf895ea04f29cdc07 | |
parent | b9e1b4ad0033c211710da285c30d603ccb8b8d40 (diff) | |
download | samba-a45675879ddcb43ab274d28496eedd6833466ae4.tar.gz |
s3:debug: adjust indention
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13904
Signed-off-by: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
-rw-r--r-- | lib/util/debug_s3.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/util/debug_s3.c b/lib/util/debug_s3.c index 3792af51f0c..381b9d49102 100644 --- a/lib/util/debug_s3.c +++ b/lib/util/debug_s3.c @@ -43,8 +43,10 @@ bool reopen_logs(void) debug_set_logfile(lp_logfile(talloc_tos())); debug_parse_levels(lp_log_level(talloc_tos())); - debug_set_settings(&settings, lp_logging(talloc_tos()), - lp_syslog(), lp_syslog_only()); + debug_set_settings(&settings, + lp_logging(talloc_tos()), + lp_syslog(), + lp_syslog_only()); } return reopen_logs_internal(); } |