summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_network.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-12-24 06:00:11 +0000
committerhasso <hasso>2004-12-24 06:00:11 +0000
commitb24fd8d80363321f896196550a157a6af981e2ba (patch)
tree79374c7e194a68ebb06dffb80c3fa87342a7d25d /ospf6d/ospf6_network.c
parentb4e8961e1b1297f595f77847071fb8c59b4c5341 (diff)
downloadquagga-b24fd8d80363321f896196550a157a6af981e2ba.tar.bz2
quagga-b24fd8d80363321f896196550a157a6af981e2ba.tar.xz
*.c: Change level of debug messages to LOG_DEBUG.
Diffstat (limited to 'ospf6d/ospf6_network.c')
-rw-r--r--ospf6d/ospf6_network.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ospf6d/ospf6_network.c b/ospf6d/ospf6_network.c
index 382310f8..4df7c9db 100644
--- a/ospf6d/ospf6_network.c
+++ b/ospf6d/ospf6_network.c
@@ -130,7 +130,7 @@ ospf6_join_allspfrouters (u_int ifindex)
ifindex, safe_strerror (errno));
#if 0
else
- zlog_info ("Network: Join AllSPFRouters on ifindex %d", ifindex);
+ zlog_debug ("Network: Join AllSPFRouters on ifindex %d", ifindex);
#endif
}
@@ -150,7 +150,7 @@ ospf6_leave_allspfrouters (u_int ifindex)
ifindex, safe_strerror (errno));
#if 0
else
- zlog_info ("Network: Leave AllSPFRouters on ifindex %d", ifindex);
+ zlog_debug ("Network: Leave AllSPFRouters on ifindex %d", ifindex);
#endif
}
@@ -170,7 +170,7 @@ ospf6_join_alldrouters (u_int ifindex)
ifindex, safe_strerror (errno));
#if 0
else
- zlog_info ("Network: Join AllDRouters on ifindex %d", ifindex);
+ zlog_debug ("Network: Join AllDRouters on ifindex %d", ifindex);
#endif
}
@@ -189,7 +189,7 @@ ospf6_leave_alldrouters (u_int ifindex)
zlog_warn ("Network: Leave AllDRouters on ifindex %d Failed", ifindex);
#if 0
else
- zlog_info ("Network: Leave AllDRouters on ifindex %d", ifindex);
+ zlog_debug ("Network: Leave AllDRouters on ifindex %d", ifindex);
#endif
}