]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- cleanup
authorrousskov <>
Tue, 30 Jun 1998 21:08:10 +0000 (21:08 +0000)
committerrousskov <>
Tue, 30 Jun 1998 21:08:10 +0000 (21:08 +0000)
CONTRIBUTORS
src/peer_digest.cc

index 0099d141a1739533b05d544ca9acb39779b0ef93..c30a2d2025c9d461f4fafbddd4dcacc11cd03225 100644 (file)
@@ -63,13 +63,13 @@ Special thanks go to people who have volunteered their time, effort, and ideas t
        Michael Pelletier <mikep@comshare.com>
        Pedro Lineu Orso <orso@pop.hsbcbamerindus.com.br>
        Hide Nagaoka <hide@cc.meisei-u.ac.jp>
+       Kostas Anagnostakis <kanag@csi.forth.gr>
 
 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 <wessels@nlanr.net>
-       Kostas Anagnostakis <kostas@nlanr.net>
        Alex Rousskov <rousskov@nlanr.net>
        K Claffy <kc@nlanr.net>
        Hans-Werner Braun <hwb@nlanr.net>
index ea42c58b68b87ee6a387bcb29ecdd9b011ea0de7..80b6bc894fa2f5090bdcc19e741166ffe3021639 100644 (file)
@@ -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)