From: wessels <> Date: Tue, 5 Nov 1996 23:59:44 +0000 (+0000) Subject: Change to '%s' X-Git-Tag: SQUID_3_0_PRE1~5529 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d1b618606698737fd057e815399cc83cdbefe8d;p=thirdparty%2Fsquid.git Change to '%s' --- diff --git a/src/neighbors.cc b/src/neighbors.cc index d87941dee9..55d6edac6d 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1,5 +1,5 @@ /* - * $Id: neighbors.cc,v 1.78 1996/11/04 18:12:53 wessels Exp $ + * $Id: neighbors.cc,v 1.79 1996/11/05 16:59:44 wessels Exp $ * * DEBUG: section 15 Neighbor Routines * AUTHOR: Harvest Derived @@ -429,7 +429,7 @@ neighborsUdpPing(protodispatch_data * proto) if (e->options & NEIGHBOR_NO_QUERY) continue; - debug(15, 4, "neighborsUdpPing: pinging cache %s for \n", + debug(15, 4, "neighborsUdpPing: pinging cache %s for '%s'\n", e->host, url); if (BIT_TEST(entry->flag, KEY_PRIVATE))