From b6178002270192fe3ab2403dafac12e5babe11e6 Mon Sep 17 00:00:00 2001 From: ajs Date: Tue, 7 Dec 2004 21:12:56 +0000 Subject: 2004-12-07 Andrew J. Schorr * *.c: Change level of debug messages to LOG_DEBUG. --- zebra/rtadv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zebra/rtadv.c') diff --git a/zebra/rtadv.c b/zebra/rtadv.c index 770f975b..65b2f87c 100644 --- a/zebra/rtadv.c +++ b/zebra/rtadv.c @@ -183,7 +183,7 @@ rtadv_send_packet (int sock, struct interface *ifp) /* Logging of packet. */ if (IS_ZEBRA_DEBUG_PACKET) - zlog_info ("Router advertisement send to %s", ifp->name); + zlog_debug ("Router advertisement send to %s", ifp->name); /* Fill in sockaddr_in6. */ memset (&addr, 0, sizeof (struct sockaddr_in6)); @@ -247,7 +247,7 @@ rtadv_send_packet (int sock, struct interface *ifp) { u_char buf[INET6_ADDRSTRLEN]; - zlog_info ("DEBUG %s", inet_ntop (AF_INET6, &pinfo->nd_opt_pi_prefix, + zlog_debug ("DEBUG %s", inet_ntop (AF_INET6, &pinfo->nd_opt_pi_prefix, buf, INET6_ADDRSTRLEN)); } -- cgit v1.2.1