summaryrefslogtreecommitdiffstats
path: root/zebra/rt_ioctl.c
diff options
context:
space:
mode:
authorajs <ajs>2004-12-07 21:12:56 +0000
committerajs <ajs>2004-12-07 21:12:56 +0000
commitb6178002270192fe3ab2403dafac12e5babe11e6 (patch)
tree6b9c352d814185e16a353d17752059eb995019e0 /zebra/rt_ioctl.c
parent8ddca7040da413cd283a4beba4634744f4e61ac8 (diff)
downloadquagga-b6178002270192fe3ab2403dafac12e5babe11e6.tar.bz2
quagga-b6178002270192fe3ab2403dafac12e5babe11e6.tar.xz
2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* *.c: Change level of debug messages to LOG_DEBUG.
Diffstat (limited to 'zebra/rt_ioctl.c')
-rw-r--r--zebra/rt_ioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/rt_ioctl.c b/zebra/rt_ioctl.c
index 34840104..a8e9e521 100644
--- a/zebra/rt_ioctl.c
+++ b/zebra/rt_ioctl.c
@@ -259,7 +259,7 @@ kernel_ioctl_ipv4 (u_long cmd, struct prefix *p, struct rib *rib, int family)
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 @@ kernel_ioctl_ipv6_multipath (u_long cmd, struct prefix *p, struct rib *rib,
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;
}