]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: config: emit warning for empty args only in discovery mode
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 4 Jun 2025 09:26:27 +0000 (11:26 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 6 Jun 2025 15:02:58 +0000 (17:02 +0200)
commit5f1fad169063e3ff5c1b41bc387cb9e7a1070320
treeeed420e0116f08b93497220ceac14acd5ddc60da
parentf5d41803d3b432a042a61e93741e278cfea7c208
BUG/MINOR: config: emit warning for empty args only in discovery mode

Hide warning about empty argument outside of discovery mode. This is
necessary, else the message will be displayed twice, which hampers
haproxy output lisibility.

This should fix github isue #2995.

This should be backported up to 3.2.
src/cfgparse.c