All of lore.kernel.org
 help / color / mirror / Atom feed
From: corubba <corubba@gmx.de>
To: netfilter-devel@vger.kernel.org
Subject: [PATCH ulogd2 1/3] nfct: add newline to reliable log message
Date: Sat, 8 Feb 2025 14:48:57 +0100	[thread overview]
Message-ID: <0d239601-00a1-45df-9ebf-1e31c33ff45f@gmx.de> (raw)
In-Reply-To: <0a983b51-9a51-47a7-bbdc-9bf163a88bbd@gmx.de>

Missing since 4bc3b22e.

Signed-off-by: Corubba Smith <corubba@gmx.de>
---
 input/flow/ulogd_inpflow_NFCT.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/input/flow/ulogd_inpflow_NFCT.c b/input/flow/ulogd_inpflow_NFCT.c
index 899b7e3..983c8d6 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;
--
2.48.1


  reply	other threads:[~2025-02-08 13:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-08 13:46 [PATCH ulogd2 0/3] Three small bugfixes corubba
2025-02-08 13:48 ` corubba [this message]
2025-02-08 13:49 ` [PATCH ulogd2 2/3] gprint: fix comma after ip addresses corubba
2025-02-08 21:20   ` Pablo Neira Ayuso
2025-02-08 21:30     ` corubba
2025-02-08 21:57       ` Pablo Neira Ayuso
2025-02-08 21:34     ` Jeremy Sowden
2025-02-08 21:48   ` Jeremy Sowden
2025-02-08 13:51 ` [PATCH ulogd2 3/3] ipfix: re-arm send timer corubba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0d239601-00a1-45df-9ebf-1e31c33ff45f@gmx.de \
    --to=corubba@gmx.de \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.