BUG/MINOR: sample: fix the closing bracket and LF in the debug converter
authorWilly Tarreau <w@1wt.eu>
Tue, 17 Dec 2019 08:00:15 +0000 (09:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Dec 2019 08:04:38 +0000 (09:04 +0100)
commit50603267981a002d2593bfe219e5071d66a8ea65
treed855af94d955e76abe4507002befed68ed824f75
parent62b5913380d6820bb249672bbf57b9377ceaf9e1
BUG/MINOR: sample: fix the closing bracket and LF in the debug converter

The closing bracket was emitted for the "debug" converter even when the
opening one was not sent, and the new line was not always emitted. Let's
fix this. This is harmless since this converter is not built by default.
src/sample.c