From: Amos Jeffries Date: Sat, 20 Jun 2009 13:56:11 +0000 (+1200) Subject: Correct ICMPv6 socket text X-Git-Tag: SQUID_3_2_0_1~939 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e39fd057a276b1b600cd6a9b4fc2b71af15ecd2;p=thirdparty%2Fsquid.git Correct ICMPv6 socket text --- diff --git a/src/icmp/Icmp6.cc b/src/icmp/Icmp6.cc index 7dbd1b4066..b61d4fe991 100644 --- a/src/icmp/Icmp6.cc +++ b/src/icmp/Icmp6.cc @@ -124,7 +124,7 @@ Icmp6::Open(void) } icmp_ident = getpid() & 0xffff; - debugs(42, 1, "pinger: Icmp6 socket opened"); + debugs(42, 1, "pinger: ICMPv6 socket opened"); return icmp_sock; }