From: Donald Sharp Date: Tue, 16 Aug 2016 23:22:32 +0000 (-0400) Subject: pimd: Fix typo in debug message X-Git-Tag: frr-3.0-branchpoint~64^2~10^2~289 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8f547471df424da482dc745e9091e5daa4a10a67;p=mirror%2Ffrr.git pimd: Fix typo in debug message The debug message was wrong. Signed-off-by: Donald Sharp --- 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; }