]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: change wording in lf_expr_postcheck() error message
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 11 Jun 2024 07:31:26 +0000 (09:31 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Tue, 11 Jun 2024 08:59:58 +0000 (10:59 +0200)
commitcbc8e1394da9acb215463de717dcc8ced798ee88
tree4c48232489a5003de33faeaa9a65d07d9caf25b4
parent318c290ff2779c6a8ddf773fb00035266c1f74d4
MINOR: log: change wording in lf_expr_postcheck() error message

logformat_node was referenced as "node" in the error message reported
to the user, but in fact it is referred to as "item" in user
documentation. Using "item" in the error message to better comply with
the doc.

Error message was introduced with 7a21c3a4ef ("MAJOR: log: implement
proper postparsing for logformat expressions")
src/log.c