From 3a4a63e7e9ca5cf74d4aaca428fa801d17b33ef0 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 5 Mar 1998 15:33:42 +0000 Subject: [PATCH] proper key printing --- src/neighbors.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.47.3