2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* *.c: Change level of debug messages to LOG_DEBUG.
diff --git a/zebra/rt_ioctl.c b/zebra/rt_ioctl.c
index 3484010..a8e9e52 100644
--- a/zebra/rt_ioctl.c
+++ b/zebra/rt_ioctl.c
@@ -259,7 +259,7 @@
if (nexthop_num == 0)
{
if (IS_ZEBRA_DEBUG_KERNEL)
- zlog_info ("netlink_route_multipath(): No useful nexthop.");
+ zlog_debug ("netlink_route_multipath(): No useful nexthop.");
return 0;
}
@@ -509,7 +509,7 @@
if (nexthop_num == 0)
{
if (IS_ZEBRA_DEBUG_KERNEL)
- zlog_info ("netlink_route_multipath(): No useful nexthop.");
+ zlog_debug ("netlink_route_multipath(): No useful nexthop.");
return 0;
}