diff options
| author | Stephen Worley <sworley@nvidia.com> | 2022-10-26 13:23:21 -0400 |
|---|---|---|
| committer | Stephen Worley <sworley@nvidia.com> | 2022-10-26 13:23:21 -0400 |
| commit | e185a2a956c67c2b33a72d26eae5c443919e554c (patch) | |
| tree | 28fa450dd7b1091db971f174f3655a1a7ac4cacc | |
| parent | 847ee2bb2edf77e1376056a8f4c46e3c4f83b260 (diff) | |
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>
| -rw-r--r-- | bgpd/bgp_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
