]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: cache: Use '<name>' instead of '<id>' in error message
authorTim Duesterhus <tim@bastelstu.be>
Tue, 18 Aug 2020 20:06:51 +0000 (22:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Aug 2020 20:51:24 +0000 (22:51 +0200)
commitea969f6f26adfa081df0d439723813cfcd4862c4
tree04364d5c7db255a9a04725da92011afe0b27bea7
parentf92afb732b50b5390d2a3307e7e3b7cfba1bf819
DOC: cache: Use '<name>' instead of '<id>' in error message

When the cache name is left out in 'filter cache' the error message refers
to a missing '<id>'. The name of the cache is called 'name' within the docs.

Adjust the error message for consistency.

The error message was introduced in 99a17a2d91f9044ea20bba6617048488aed80555.
This commit first appeared in 1.9, thus the patch must be backported to 1.9+.
src/cache.c