]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct ICMPv6 socket text
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 20 Jun 2009 13:56:11 +0000 (01:56 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 20 Jun 2009 13:56:11 +0000 (01:56 +1200)
src/icmp/Icmp6.cc

index 7dbd1b4066279c6893842d51f94c65a33492fee8..b61d4fe9919e1e465a2901ae0b79d8a2e573d518 100644 (file)
@@ -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;
 }