2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* *.c: Change level of debug messages to LOG_DEBUG.
diff --git a/zebra/rtadv.c b/zebra/rtadv.c
index 770f975..65b2f87 100644
--- a/zebra/rtadv.c
+++ b/zebra/rtadv.c
@@ -183,7 +183,7 @@
/* 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 @@
{
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));
}