]> git.ipfire.org Git - thirdparty/nftables.git/commit
monitor: Add missing newline to error message
authorPhil Sutter <phil@nwl.cc>
Wed, 16 Oct 2019 18:27:20 +0000 (20:27 +0200)
committerPhil Sutter <phil@nwl.cc>
Thu, 17 Oct 2019 10:47:23 +0000 (12:47 +0200)
commit4e450ef17a8db08151546ed41b81647db5ba3bfe
tree543364b64c48a133e7538b71cd4162526bedc4a5
parent0ef5429f87dee067c8a70ef9d5b477198c803fcc
monitor: Add missing newline to error message

These shouldn't happen in practice and printing to stderr is not the
right thing either, but fix this anyway.

Fixes: f9563c0feb24d ("src: add events reporting")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: Florian Westphal <fw@strlen.de>
src/monitor.c