summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2022-06-21 10:01:46 -0400
committerGitHub <noreply@github.com>2022-06-21 10:01:46 -0400
commit33d960c7ab3bcc96d558c46fd6e79bcf7159be78 (patch)
tree7b8cbe3226fa43f1f9d59fc48eb18a7c80de235d
parent2af482767c9197646e21dbb605ab12e690b8a266 (diff)
parent95291f18bc892516434207de6236410683529687 (diff)
Merge pull request #11444 from opensourcerouting/fix/bfd_bgp_down_debug_level
bgpd: Replace zlog_info -> zlog_debug under BGP_DEBUG()
-rw-r--r--bgpd/bgp_bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_bfd.c b/bgpd/bgp_bfd.c
index a859b7ad0f..d66b916b95 100644
--- a/bgpd/bgp_bfd.c
+++ b/bgpd/bgp_bfd.c
@@ -63,7 +63,7 @@ static void bfd_session_status_update(struct bfd_session_params *bsp,
if (CHECK_FLAG(peer->sflags, PEER_STATUS_NSF_MODE)
&& bfd_sess_cbit(bsp) && !bss->remote_cbit) {
if (BGP_DEBUG(bfd, BFD_LIB))
- zlog_info(
+ zlog_debug(
"%s BFD DOWN message ignored in the process of graceful restart when C bit is cleared",
peer->host);
return;