mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-07 09:51:01 +01:00
In order to count new event types, we'll need to support empty conditions so that we don't have to fake if (1) that would pollute the output. This change checks if #cond is an empty string before concatenating it with the optional var args, and avoids dumping the colon on the dump if the whole description is empty.