summaryrefslogtreecommitdiff
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
commitb6178002270192fe3ab2403dafac12e5babe11e6 (patch)
tree6b9c352d814185e16a353d17752059eb995019e0 /zebra/rt_socket.c
parent8ddca7040da413cd283a4beba4634744f4e61ac8 (diff)
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;
}