]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
nfct: add newline to reliable log message
authorCorubba Smith <corubba@gmx.de>
Sun, 16 Feb 2025 14:02:45 +0000 (15:02 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 11 Mar 2025 15:14:00 +0000 (16:14 +0100)
Fixes: 4bc3b22e426d ("NFCT: add `reliable' config option to enable reliable flow-based logging")
Signed-off-by: Corubba Smith <corubba@gmx.de>
Signed-off-by: Florian Westphal <fw@strlen.de>
input/flow/ulogd_inpflow_NFCT.c

index 5ac24e5732bd2c994331cfee5b767b7e12020aa5..bdfd7dd038b9fea041ac3d81f52adc424990e9b3 100644 (file)
@@ -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;