]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: make the input-queue log more understandable
authorStephen Worley <sworley@nvidia.com>
Wed, 26 Oct 2022 17:23:21 +0000 (13:23 -0400)
committerStephen Worley <sworley@nvidia.com>
Wed, 26 Oct 2022 17:23:21 +0000 (13:23 -0400)
Make the input-queue log a bit more understandble to a person
debugging an issue.

Signed-off-by: Stephen Worley <sworley@nvidia.com>
bgpd/bgp_io.c

index c8338d3d52992c3727599978a36c10dcf61b890f..ce8ce96a0dd8f3ad2f3204b4b461d746f21619bb 100644 (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;
                }