]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: BUGFIX: Forgot to update the test converted debugs call in CacheDigest.cc
authorrobertc <>
Tue, 8 Jul 2003 04:48:22 +0000 (04:48 +0000)
committerrobertc <>
Tue, 8 Jul 2003 04:48:22 +0000 (04:48 +0000)
Keywords:

BUGFIX: Forgot to update the test converted debugs call in CacheDigest.cc

src/CacheDigest.cc

index 7ba36e4992f32d85b9da5f41e1b9293ab80b66b2..e3699db39bc8aaecdd95a17d4410b8354020d9cf 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: CacheDigest.cc,v 1.37 2003/07/07 22:44:28 robertc Exp $
+ * $Id: CacheDigest.cc,v 1.38 2003/07/07 22:48:22 robertc Exp $
  *
  * DEBUG: section 70    Cache Digest
  * AUTHOR: Alex Rousskov
@@ -67,8 +67,8 @@ cacheDigestInit(CacheDigest * cd, int capacity, int bpe)
     cd->bits_per_entry = bpe;
     cd->mask_size = mask_size;
     cd->mask = (char *)xcalloc(cd->mask_size, 1);
-    debugs(70, 2) ("cacheDigestInit: capacity: " << cd->capacity << " entries, bpe: " << cd->bits_per_entry << "; size: "
-                   << cd->mask_size << " bytes");
+    debugs(70, 2"cacheDigestInit: capacity: " << cd->capacity << " entries, bpe: " << cd->bits_per_entry << "; size: "
+           << cd->mask_size << " bytes");
 }
 
 CacheDigest *