summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.c
diff options
context:
space:
mode:
authorajs <ajs>2004-12-08 19:59:11 +0000
committerajs <ajs>2004-12-08 19:59:11 +0000
commiteb593cad4fc8ec8c9e37c390ec59e587b203a53a (patch)
tree4aa4f3cb828496b2db05e8e5d5c4379f92e95d0b /bgpd/bgp_attr.c
parent5e3da07584b6118175de23381cec57cfe085c82b (diff)
downloadquagga-eb593cad4fc8ec8c9e37c390ec59e587b203a53a.tar.bz2
quagga-eb593cad4fc8ec8c9e37c390ec59e587b203a53a.tar.xz
2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* *.c: Change level of debug messages to LOG_DEBUG.
Diffstat (limited to 'bgpd/bgp_attr.c')
-rw-r--r--bgpd/bgp_attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c
index 410754ef..44c85850 100644
--- a/bgpd/bgp_attr.c
+++ b/bgpd/bgp_attr.c
@@ -969,7 +969,7 @@ bgp_mp_reach_parse (struct peer *peer, bgp_size_t length, struct attr *attr,
char buf2[INET6_ADDRSTRLEN];
if (BGP_DEBUG (update, UPDATE_IN))
- zlog_warn ("%s got two nexthop %s %s but second one is not a link-local nexthop", peer->host,
+ zlog_debug ("%s got two nexthop %s %s but second one is not a link-local nexthop", peer->host,
inet_ntop (AF_INET6, &attr->mp_nexthop_global,
buf1, INET6_ADDRSTRLEN),
inet_ntop (AF_INET6, &attr->mp_nexthop_local,
@@ -1085,7 +1085,7 @@ bgp_attr_unknown (struct peer *peer, struct attr *attr, u_char flag,
struct transit *transit;
if (BGP_DEBUG (events, EVENTS))
- zlog (peer->log, LOG_INFO,
+ zlog (peer->log, LOG_DEBUG,
"Unknown attribute type %d length %d is received", type, length);
/* Forward read pointer of input stream. */