]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: errors: specify prefix "config" for parsing output
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 4 Jun 2021 16:22:08 +0000 (18:22 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 7 Jun 2021 15:19:16 +0000 (17:19 +0200)
commit111243003e6787cf60e02dd2ebbd3890b8aca61e
tree0b53d522fd336d1d8e76b0d9f6d41f1581548f72
parentda3d68111c21f1f2e088b5db2ed4f72737680d3b
MINOR: errors: specify prefix "config" for parsing output

Set "config :" as a prefix for the user messages context before starting
the configuration parsing. All following stderr output will be prefixed
by it.

As a consequence, remove extraneous prefix "config" already specified in
various ha_alert/warning/notice calls.
src/action.c
src/cfgparse.c
src/check.c
src/fcgi-app.c
src/haproxy.c
src/http_htx.c
src/mux_h1.c
src/proxy.c
src/resolvers.c
src/ssl_sock.c
src/tcpcheck.c