Revision: 14927
Author:   adrian.chadd
Date:     Thu Jul 14 18:25:06 2011
Log: Lower debugging, this also gets triggered on things like ICMPv6 RA.


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;
     }

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to