]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd: Remove warn to file an issue
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 15 Aug 2018 18:53:51 +0000 (14:53 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 23 Aug 2018 12:35:01 +0000 (08:35 -0400)
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 <sharpd@cumulusnetworks.com>
bgpd/bgp_route.c

index e38257d564cc5a2350914d37f3d95a0affa3392d..862665814922842cb27d7c4eb2d585f2207b1b73 100644 (file)
@@ -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)) {