]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
s/ICMP/Pinger/
authorwessels <>
Wed, 7 Jan 1998 05:58:08 +0000 (05:58 +0000)
committerwessels <>
Wed, 7 Jan 1998 05:58:08 +0000 (05:58 +0000)
src/icmp.cc

index d0bc2682ac5c3c9f038ca4bd64acc1f87d64d6fb..bb792be789e3904b2e60c64b16443c408bb796d6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: icmp.cc,v 1.51 1998/01/06 22:55:42 wessels Exp $
+ * $Id: icmp.cc,v 1.52 1998/01/06 22:58:08 wessels Exp $
  *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels
@@ -294,7 +294,7 @@ icmpClose(void)
     icmpQueueData *queue;
     if (icmp_sock < 0)
        return;
-    debug(29, 0) ("Closing ICMP socket on FD %d\n", icmp_sock);
+    debug(29, 0) ("Closing Pinger socket on FD %d\n", icmp_sock);
     comm_close(icmp_sock);
     icmp_sock = -1;
     while ((queue = IcmpQueueHead)) {