summaryrefslogtreecommitdiff
path: root/bgpd/bgp_open.c
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2019-09-17 11:33:43 -0400
committerGitHub <noreply@github.com>2019-09-17 11:33:43 -0400
commitef5307f23fbde3282f17a25f0201a4c75de5fd42 (patch)
tree46808798b2687438fe0da75721e722d47c9d918d /bgpd/bgp_open.c
parent215e03fe5328404e543760fecbbbf096a612bebc (diff)
parent4cb5e18ba502d372b35c342bbe512106c2634f5d (diff)
Merge pull request #4861 from NaveenThanikachalam/logs
BGP: Rectifying the log messages.
Diffstat (limited to 'bgpd/bgp_open.c')
-rw-r--r--bgpd/bgp_open.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_open.c b/bgpd/bgp_open.c
index 7e5e07099d..f17bc7b8c0 100644
--- a/bgpd/bgp_open.c
+++ b/bgpd/bgp_open.c
@@ -1031,7 +1031,7 @@ as_t peek_for_as4_capability(struct peer *peer, uint8_t length)
as_t as4 = 0;
if (BGP_DEBUG(as4, AS4))
- zlog_info(
+ zlog_debug(
"%s [AS4] rcv OPEN w/ OPTION parameter len: %u,"
" peeking for as4",
peer->host, length);
@@ -1075,7 +1075,7 @@ as_t peek_for_as4_capability(struct peer *peer, uint8_t length)
if (hdr.code == CAPABILITY_CODE_AS4) {
if (BGP_DEBUG(as4, AS4))
- zlog_info(
+ zlog_debug(
"[AS4] found AS4 capability, about to parse");
as4 = bgp_capability_as4(peer, &hdr);