]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Fix typo in debug message
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 16 Aug 2016 23:22:32 +0000 (19:22 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:06 +0000 (20:26 -0500)
The debug message was wrong.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_mroute.c

index 2fc733e97f8fdaf0d37f661245a2efb807c2d934..28c7f7dc8861b82e4ade3ee514fd39889832acd9 100644 (file)
@@ -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;
     }