summaryrefslogtreecommitdiffstats
path: root/zebra/rt_socket.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_socket.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_socket.c')
-rw-r--r--zebra/rt_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/rt_socket.c b/zebra/rt_socket.c
index 5b2a5e71..f447d8ca 100644
--- a/zebra/rt_socket.c
+++ b/zebra/rt_socket.c
@@ -180,7 +180,7 @@ kernel_rtm_ipv4 (int cmd, struct prefix *p, struct rib *rib, int family)
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 @@ kernel_rtm_ipv6_multipath (int cmd, struct prefix *p, struct rib *rib,
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;
}