DEBUG: cli: make it possible for "debug dev loop" to trigger warnings
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 10:47:55 +0000 (11:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 17:35:42 +0000 (18:35 +0100)
commit7337c422247b7af342048cfd48ac0aa2a4b7335e
tree01d16382fc432df66b634f0f07bdb293be05b9ec
parent148eb5875fb7e6c46c0a9eac486dcb7b3bca931d
DEBUG: cli: make it possible for "debug dev loop" to trigger warnings

A new argument "warn" allows to force the emission of a warning while
stuck in the loop by making the internal state inconsistent.
src/debug.c