From: rousskov <> Date: Tue, 30 Jun 1998 21:08:10 +0000 (+0000) Subject: - cleanup X-Git-Tag: SQUID_3_0_PRE1~3118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45694534f5f3ddd8f33dc6b63f693ea03ba416b7;p=thirdparty%2Fsquid.git - cleanup --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0099d141a1..c30a2d2025 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -63,13 +63,13 @@ Special thanks go to people who have volunteered their time, effort, and ideas t Michael Pelletier Pedro Lineu Orso Hide Nagaoka + Kostas Anagnostakis Development of this caching software is funded by the National Science Foundation (grant NCR-9521745). Paid staff members on the caching project are: Duane Wessels - Kostas Anagnostakis Alex Rousskov K Claffy Hans-Werner Braun diff --git a/src/peer_digest.cc b/src/peer_digest.cc index ea42c58b68..80b6bc894f 100644 --- a/src/peer_digest.cc +++ b/src/peer_digest.cc @@ -1,6 +1,6 @@ /* - * $Id: peer_digest.cc,v 1.38 1998/06/04 18:57:16 wessels Exp $ + * $Id: peer_digest.cc,v 1.39 1998/06/30 15:08:10 rousskov Exp $ * * DEBUG: section 72 Peer Digest Routines * AUTHOR: Alex Rousskov @@ -651,7 +651,7 @@ peerDigestSetCBlock(peer * peer, const char *buf) peer->digest.cd = NULL; } if (!peer->digest.cd) { - debug(72, 2) ("cloning %s digest; size: %d (%+d) bytes\n", + debug(72, 2) ("creating %s digest; size: %d (%+d) bytes\n", peer->host, cblock.mask_size, (int) (cblock.mask_size - freed_size)); peer->digest.cd = cacheDigestCreate(cblock.capacity, cblock.bits_per_entry); if (cblock.mask_size >= freed_size)