From: Stephen Hemminger Date: Thu, 18 Sep 2008 23:51:06 +0000 (-0700) Subject: [zebra] remove incorrect debug message X-Git-Tag: frr-2.0-rc1~2319 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6c684653f08fadf738ca52a3fbe512e3d1698ceb;p=matthieu%2Ffrr.git [zebra] remove incorrect debug message --- diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 99b5296b44..19e3c0cd54 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -963,8 +963,6 @@ rib_uninstall_kernel (struct route_node *rn, struct rib *rib) break; #ifdef HAVE_IPV6 case AF_INET6: - if (IS_ZEBRA_DEBUG_RIB) - zlog_debug ("%s: calling kernel_delete_ipv4 (%p, %p)", __func__, rn, rib); ret = kernel_delete_ipv6 (&rn->p, rib); break; #endif /* HAVE_IPV6 */