http://code.google.com/p/lusca-cache/source/detail?r=14929
Modified:
/playpen/LUSCA_HEAD_ipv6/src/pinger.c
=======================================
--- /playpen/LUSCA_HEAD_ipv6/src/pinger.c Thu Jul 14 18:21:02 2011
+++ /playpen/LUSCA_HEAD_ipv6/src/pinger.c Sat Jul 16 02:31:15 2011
@@ -286,10 +286,10 @@
sqinet_init(&from);
- debug(42, 1) ("%s: called\n", __func__);
+ debug(42, 9) ("%s: called\n", __func__);
pkt = pingerv6RecvEcho(&v6_state, &icmp_type, &payload_len, &from,
&hops);
- debug(42, 1) ("%s: returned %p\n", __func__, pkt);
+ debug(42, 9) ("%s: returned %p\n", __func__, pkt);
if (pkt == NULL) {
sqinet_done(&from);