From 32ff81f6c961ac3f3b351658386eaaa3df8ca916 Mon Sep 17 00:00:00 2001 From: Reuben Dowle Date: Mon, 22 Mar 2021 09:49:47 +1300 Subject: [PATCH] nhrpd: Improve debug message for multicast interception Signed-off-by: Reuben Dowle --- nhrpd/nhrp_multicast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhrpd/nhrp_multicast.c b/nhrpd/nhrp_multicast.c index 0d675301aa..d140455259 100644 --- a/nhrpd/nhrp_multicast.c +++ b/nhrpd/nhrp_multicast.c @@ -134,7 +134,7 @@ static void netlink_mcast_log_handler(struct nlmsghdr *msg, struct zbuf *zb) if (!ctx.ifp) return; - debugf(NHRP_DEBUG_COMMON, "Received multicast packet on %s len %zu\n", + debugf(NHRP_DEBUG_COMMON, "Intercepted multicast packet leaving %s len %zu", ctx.ifp->name, zbuf_used(ctx.pkt)); for (afi = 0; afi < AFI_MAX; afi++) { -- 2.39.5