From: wessels <> Date: Thu, 5 Mar 1998 15:33:42 +0000 (+0000) Subject: proper key printing X-Git-Tag: SQUID_3_0_PRE1~3911 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a4a63e7e9ca5cf74d4aaca428fa801d17b33ef0;p=thirdparty%2Fsquid.git proper key printing --- diff --git a/src/neighbors.cc b/src/neighbors.cc index 697b5c672c..3c005deaef 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -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) {