]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: pools: also print the value of the tag when it doesn't match
authorWilly Tarreau <w@1wt.eu>
Tue, 12 Sep 2023 15:29:57 +0000 (17:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Sep 2023 16:14:05 +0000 (18:14 +0200)
commit0f9a10c7f1c207288c48a1dc3d71285219a762cd
tree26bb35163a61a509bd6e2b44a8805e3ab1b25a7c
parent96c1a24224e7b765bfbd391c255860cb3f1390f4
DEBUG: pools: also print the value of the tag when it doesn't match

Sometimes the tag's value may reveal a recognizable pattern, so let's
print it when it doesn't match a known pool.
src/pool.c