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
commita8c067184d0ae4b269e135bafcd8269002974d4e (patch)
treea7bd23794bde34625ab4abaabded5b1c077a30f8 /zebra/rt_ioctl.c
parent98cbeb33732b0ad051408f2cb3540a3559406cd7 (diff)
downloadquagga-a8c067184d0ae4b269e135bafcd8269002974d4e.tar.bz2
quagga-a8c067184d0ae4b269e135bafcd8269002974d4e.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;
}