forked from Mirror/frr
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:
parent
847ee2bb2e
commit
e185a2a956
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue