summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2018-08-13 23:53:45 +0200
committerRenato Westphal <renato@opensourcerouting.org>2018-08-13 23:53:45 +0200
commit4373435488b44f787ceb1896323c52323ffc5f70 (patch)
tree90f702c0206ad1c1abbbf866b2483e2bf6f58e32
parentMerge pull request #2830 from pacovn/Coverity_1221459_revert (diff)
downloadfrr-4373435488b44f787ceb1896323c52323ffc5f70.tar.xz
frr-4373435488b44f787ceb1896323c52323ffc5f70.zip
zebra: remove unguarded debugging leftovers
These debug messages were committed by accident. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
-rw-r--r--zebra/zebra_rib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index 7b087b37e..69f6ff9de 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -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)