mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 01:14:48 +00:00
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>
This commit is contained in:
parent
753e2c9152
commit
9ab2969de8
@ -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",
|
"%s: Asked to decrement 0 prefix count for peer %s",
|
||||||
__func__, ri->peer->host);
|
__func__, ri->peer->host);
|
||||||
zlog_backtrace(LOG_WARNING);
|
zlog_backtrace(LOG_WARNING);
|
||||||
zlog_warn("%s: Please report to Quagga bugzilla",
|
|
||||||
__func__);
|
|
||||||
}
|
}
|
||||||
} else if (BGP_INFO_COUNTABLE(ri)
|
} else if (BGP_INFO_COUNTABLE(ri)
|
||||||
&& !CHECK_FLAG(ri->flags, BGP_INFO_COUNTED)) {
|
&& !CHECK_FLAG(ri->flags, BGP_INFO_COUNTED)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user