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>
set = set_lookup_global(family, table, setname, &monh->ctx->nft->cache);
if (set == NULL) {
- fprintf(stderr, "W: Received event for an unknown set.");
+ fprintf(stderr, "W: Received event for an unknown set.\n");
goto out;
}