From 8f547471df424da482dc745e9091e5daa4a10a67 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 16 Aug 2016 19:22:32 -0400 Subject: [PATCH] pimd: Fix typo in debug message The debug message was wrong. Signed-off-by: Donald Sharp --- pimd/pim_mroute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimd/pim_mroute.c b/pimd/pim_mroute.c index 2fc733e97f..28c7f7dc88 100644 --- a/pimd/pim_mroute.c +++ b/pimd/pim_mroute.c @@ -132,7 +132,7 @@ pim_mroute_msg_nocache (int fd, struct interface *ifp, const struct igmpmsg *msg if (!pim_mroute_connected_to_source (ifp, msg->im_src)) { if (PIM_DEBUG_MROUTE) - zlog_debug ("%s: Received incoming packet that does originate on our seg", + zlog_debug ("%s: Received incoming packet that doesn't originate on our seg", __PRETTY_FUNCTION__); return 0; } -- 2.39.5