2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* *.c: Change level of debug messages to LOG_DEBUG.
diff --git a/zebra/rt_socket.c b/zebra/rt_socket.c
index 5b2a5e7..f447d8c 100644
--- a/zebra/rt_socket.c
+++ b/zebra/rt_socket.c
@@ -180,7 +180,7 @@
if (nexthop_num == 0)
{
if (IS_ZEBRA_DEBUG_KERNEL)
- zlog_info ("kernel_rtm_ipv4(): No useful nexthop.");
+ zlog_debug ("kernel_rtm_ipv4(): No useful nexthop.");
return 0;
}
@@ -430,7 +430,7 @@
if (nexthop_num == 0)
{
if (IS_ZEBRA_DEBUG_KERNEL)
- zlog_info ("kernel_rtm_ipv6_multipath(): No useful nexthop.");
+ zlog_debug ("kernel_rtm_ipv6_multipath(): No useful nexthop.");
return 0;
}