]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospfd: fixup log message in ospf_zebra_delete
authorChristian Franke <chris@opensourcerouting.org>
Wed, 27 Nov 2013 14:36:05 +0000 (14:36 +0000)
committerVincent JARDIN <vincent.jardin@6wind.com>
Mon, 10 Feb 2014 21:07:11 +0000 (22:07 +0100)
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Acked-by: Feng Lu <lu.feng@6wind.com>
ospfd/ospf_zebra.c

index 34a3b2a7fbf4876a74c83c1d0117a367d8d48dc1..b5268a3bd2300aacf78a6259ecd49074f5c43a29 100644 (file)
@@ -482,7 +482,7 @@ ospf_zebra_delete (struct prefix_ipv4 *p, struct ospf_route *or)
          if (IS_DEBUG_OSPF (zebra, ZEBRA_REDISTRIBUTE))
            {
              char buf[2][INET_ADDRSTRLEN];
-             zlog_debug("Zebra: Route add %s/%d nexthop %s",
+             zlog_debug("Zebra: Route delete %s/%d nexthop %s",
                         inet_ntop(AF_INET, &p->prefix,
                                   buf[0], sizeof(buf[0])),
                         p->prefixlen,