]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
bgpd: convert zlog_warns to debugs or errors
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 Aug 2018 16:21:25 +0000 (12:21 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 23 Aug 2018 12:36:07 +0000 (08:36 -0400)
commitd8d084d97febb886748be2f77790b0ee9cbe08dd
tree877c3d7a4129d2b648d0b571a631e0f1b52d9f92
parent9ab2969de83dce29e16112c61c0e2d0d38c349b6
bgpd: convert zlog_warns to debugs or errors

Several zlog_warns were being used to tell the end
user that bgp had detected a bug.  These all look like information
added during development that can be noted as debugs or logged
as an error situation.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_route.c
bgpd/bgpd.c