]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
proper key printing
authorwessels <>
Thu, 5 Mar 1998 15:33:42 +0000 (15:33 +0000)
committerwessels <>
Thu, 5 Mar 1998 15:33:42 +0000 (15:33 +0000)
src/neighbors.cc

index 697b5c672c36d8120b745aeda6a1976da585b400..3c005deaeff23a06d4daf23db3ce6da26794fe25 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: neighbors.cc,v 1.177 1998/03/04 22:07:55 wessels Exp $
+ * $Id: neighbors.cc,v 1.178 1998/03/05 08:33:42 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -440,7 +440,7 @@ neighborsUdpPing(request_t * request,
        if (p->type == PEER_MULTICAST)
            mcastSetTtl(theOutIcpConnection, p->mcast.ttl);
        reqnum = mem->reqnum;
-       debug(15, 3) ("neighborsUdpPing: key = '%s'\n", entry->key);
+       debug(15, 3) ("neighborsUdpPing: key = '%s'\n", storeKeyText(entry->key));
        debug(15, 3) ("neighborsUdpPing: reqnum = %d\n", reqnum);
 
        if (p->icp_port == echo_port) {