]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: remove unguarded debugging leftovers
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 13 Aug 2018 21:53:45 +0000 (18:53 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 13 Aug 2018 21:53:45 +0000 (18:53 -0300)
These debug messages were committed by accident.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
zebra/zebra_rib.c

index 7b087b37ee6f5eef88a72deda48f3783693802d2..69f6ff9de78f2b7f7430df3055c31cbf3d26337a 100644 (file)
@@ -2354,7 +2354,6 @@ int rib_add_multipath(afi_t afi, safi_t safi, struct prefix *p,
        /* Lookup route node.*/
        rn = srcdest_rnode_get(table, p, src_p);
 
-       zlog_debug("Distance: %d", re->distance);
        /*
         * If same type of route are installed, treat it as a implicit
         * withdraw.
@@ -2386,7 +2385,6 @@ int rib_add_multipath(afi_t afi, safi_t safi, struct prefix *p,
                        break;
        }
 
-       zlog_debug("same: %p distance: %d", same, same ? same->distance : -1);
        /* If this route is kernel route, set FIB flag to the route. */
        if (RIB_SYSTEM_ROUTE(re))
                for (nexthop = re->ng.nexthop; nexthop; nexthop = nexthop->next)