mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-09 01:20:40 -04:00
MINOR: stats: fix minor typo fix in stats_dump_errors_to_buffer()
Remove the space before the colon to match the format used in the frontend.
This commit is contained in:
parent
bb7e86acfb
commit
08afdcb47b
1 changed files with 1 additions and 1 deletions
|
|
@ -6045,7 +6045,7 @@ static int stats_dump_errors_to_buffer(struct stream_interface *si)
|
|||
break;
|
||||
case 1:
|
||||
chunk_appendf(&trash,
|
||||
" backend %s (#%d) : invalid response\n"
|
||||
" backend %s (#%d): invalid response\n"
|
||||
" frontend %s (#%d)",
|
||||
appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
|
||||
es->oe->id, es->oe->uuid);
|
||||
|
|
|
|||
Loading…
Reference in a new issue