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; }