mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
MINOR: log: fix indent in strm_log()
8f34320e15 ("MINOR: log: provide log origin in logformat expressions using '%OG'") caused wrong indent in strm_log()
This commit is contained in:
parent
a889413f5e
commit
facf259d88
@ -5164,7 +5164,7 @@ void strm_log(struct stream *s, int origin)
|
||||
|
||||
if (!lf_expr_isempty(&sess->fe->logformat_sd)) {
|
||||
sd_size = build_logline_orig(s, logline_rfc5424, global.max_syslog_len,
|
||||
&sess->fe->logformat_sd, origin);
|
||||
&sess->fe->logformat_sd, origin);
|
||||
}
|
||||
|
||||
size = build_logline_orig(s, logline, global.max_syslog_len, &sess->fe->logformat, origin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user