From 9e39fd057a276b1b600cd6a9b4fc2b71af15ecd2 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 21 Jun 2009 01:56:11 +1200 Subject: [PATCH] Correct ICMPv6 socket text --- src/icmp/Icmp6.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3