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 <sworley@nvidia.com>
This commit is contained in:
Stephen Worley 2022-10-26 13:23:21 -04:00
parent 847ee2bb2e
commit e185a2a956

View file

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