mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-17 04:26:59 +00:00
CLEANUP: log: Fix %rc comment in sess_build_logline()
%rq was used instead of %rc.
This commit is contained in:
parent
61749d7cb7
commit
07691a2e7c
@ -3244,7 +3244,7 @@ int sess_build_logline(struct session *sess, struct stream *s, char *dst, size_t
|
||||
last_isspace = 0;
|
||||
break;
|
||||
|
||||
case LOG_FMT_RETRIES: // %rq
|
||||
case LOG_FMT_RETRIES: // %rc
|
||||
if (s_flags & SF_REDISP)
|
||||
LOGCHAR('+');
|
||||
ret = ltoa_o((s ? s->conn_retries : 0), tmplog, dst + maxsize - tmplog);
|
||||
|
Loading…
Reference in New Issue
Block a user