From: Corubba Smith Date: Sun, 16 Feb 2025 14:02:45 +0000 (+0100) Subject: nfct: add newline to reliable log message X-Git-Tag: ulogd-2.0.9~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d8b64ab788ea2fbe19de03a10b5f7e7237cff31;p=thirdparty%2Fulogd2.git nfct: add newline to reliable log message Fixes: 4bc3b22e426d ("NFCT: add `reliable' config option to enable reliable flow-based logging") Signed-off-by: Corubba Smith Signed-off-by: Florian Westphal --- diff --git a/input/flow/ulogd_inpflow_NFCT.c b/input/flow/ulogd_inpflow_NFCT.c index 5ac24e5..bdfd7dd 100644 --- a/input/flow/ulogd_inpflow_NFCT.c +++ b/input/flow/ulogd_inpflow_NFCT.c @@ -1327,7 +1327,7 @@ static int constructor_nfct_events(struct ulogd_pluginstance *upi) setsockopt(nfct_fd(cpi->cth), SOL_NETLINK, NETLINK_NO_ENOBUFS, &on, sizeof(int)); ulogd_log(ULOGD_NOTICE, "NFCT reliable logging " - "has been enabled."); + "has been enabled.\n"); } cpi->nfct_fd.fd = nfct_fd(cpi->cth); cpi->nfct_fd.cb = &read_cb_nfct;