]> git.ipfire.org Git - thirdparty/zstd.git/commit
[datagen] Remove extra newline printed
authorNick Terrell <terrelln@fb.com>
Fri, 21 Jan 2022 06:46:45 +0000 (22:46 -0800)
committerNick Terrell <terrelln@fb.com>
Thu, 27 Jan 2022 21:56:59 +0000 (13:56 -0800)
commitf088c430e35d8b97d11aa38c5c78a72931ec7bad
tree69609d8c798804b5e421e916283a6ab2285e5b3e
parent495dcb839ab6ab40c4156b99be16b010389f2214
[datagen] Remove extra newline printed

`datagen` was printing a `\n` even when it had no other output. Raise
the output level for the final `\n` to the minimum output level used.

This minor bug was caught by the new testing framework.
tests/datagencli.c