]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: add a function to indent error messages
authorWilly Tarreau <w@1wt.eu>
Fri, 14 Sep 2012 09:40:36 +0000 (11:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Sep 2012 20:29:27 +0000 (22:29 +0200)
commit21c705b0f8eedcc853643f3010e8d14f835348fa
treef6bda001b96015bb6ad8d102ae2c5e4c11968f12
parent3e394c903f156ab2bcf731df39c4e6e74df3b6b4
MINOR: config: add a function to indent error messages

Bind parsers may return multiple errors, so let's make use of a new function
to re-indent multi-line error messages so that they're all reported in their
context.
include/common/standard.h
src/standard.c