http://code.google.com/p/lusca-cache/source/detail?r=14927
Modified:
/playpen/LUSCA_HEAD_ipv6/libpinger/icmp_v6.c
=======================================
--- /playpen/LUSCA_HEAD_ipv6/libpinger/icmp_v6.c Thu Jul 14 18:14:36 2011
+++ /playpen/LUSCA_HEAD_ipv6/libpinger/icmp_v6.c Thu Jul 14 18:25:06 2011
@@ -189,7 +189,7 @@
icmp6header = (struct icmp6_hdr *) pkt;
if (icmp6header->icmp6_type != ICMP6_ECHO_REPLY) {
- debug(42, 1) ("%s: unknown ICMP response, code %d\n",
+ debug(42, 5) ("%s: unknown ICMP response, code %d\n",
__func__, icmp6header->icmp6_type);
return NULL;
}