mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-30 06:13:25 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue