From 9ab2969de83dce29e16112c61c0e2d0d38c349b6 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 15 Aug 2018 14:53:51 -0400 Subject: [PATCH] bgpd: Remove warn to file an issue A warn with a backtrace does not need another warn to file an issue with Quagga, so just remove it. Signed-off-by: Donald Sharp --- bgpd/bgp_route.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index e38257d56..862665814 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -358,8 +358,6 @@ static void bgp_pcount_adjust(struct bgp_node *rn, struct bgp_info *ri) "%s: Asked to decrement 0 prefix count for peer %s", __func__, ri->peer->host); zlog_backtrace(LOG_WARNING); - zlog_warn("%s: Please report to Quagga bugzilla", - __func__); } } else if (BGP_INFO_COUNTABLE(ri) && !CHECK_FLAG(ri->flags, BGP_INFO_COUNTED)) { -- 2.39.2