From: robertc <> Date: Tue, 8 Jul 2003 04:48:22 +0000 (+0000) Subject: Summary: BUGFIX: Forgot to update the test converted debugs call in CacheDigest.cc X-Git-Tag: SQUID_3_0_PRE1~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6edb5d4a22ff076ce304a90150ddcdc3c40d7ee9;p=thirdparty%2Fsquid.git Summary: BUGFIX: Forgot to update the test converted debugs call in CacheDigest.cc Keywords: BUGFIX: Forgot to update the test converted debugs call in CacheDigest.cc --- diff --git a/src/CacheDigest.cc b/src/CacheDigest.cc index 7ba36e4992..e3699db39b 100644 --- a/src/CacheDigest.cc +++ b/src/CacheDigest.cc @@ -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 *