diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-15 14:53:51 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-23 08:35:01 -0400 |
| commit | 9ab2969de83dce29e16112c61c0e2d0d38c349b6 (patch) | |
| tree | 5bc2ba995c79578ab3a82fc05627f28d56f61172 | |
| parent | 753e2c9152ec2e089c5e6cdcdaba3e51581636a0 (diff) | |
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 <sharpd@cumulusnetworks.com>
| -rw-r--r-- | bgpd/bgp_route.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index e38257d564..8626658149 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)) { |
