From: Stephen Worley Date: Wed, 26 Oct 2022 17:23:21 +0000 (-0400) Subject: bgpd: make the input-queue log more understandable X-Git-Tag: base_8.5~296^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F12176%2Fhead;p=mirror%2Ffrr.git bgpd: make the input-queue log more understandable Make the input-queue log a bit more understandble to a person debugging an issue. Signed-off-by: Stephen Worley --- diff --git a/bgpd/bgp_io.c b/bgpd/bgp_io.c index c8338d3d52..ce8ce96a0d 100644 --- a/bgpd/bgp_io.c +++ b/bgpd/bgp_io.c @@ -282,7 +282,7 @@ static void bgp_process_reads(struct thread *thread) if (!ibuf_full_logged) { flog_warn( EC_BGP_UPDATE_RCV, - "%s [Warning] Peer Input-Queue buffer is full: %u", + "%s [Warning] Peer Input-Queue is full: limit (%u)", peer->host, bm->inq_limit); ibuf_full_logged = true; }