From: hno <> Date: Wed, 24 May 2006 08:13:27 +0000 (+0000) Subject: Remove redundant newline in cache.log X-Git-Tag: SQUID_3_0_PRE4~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08b7c0f07f941e03e23ad8bf88c80bf6126c3d08;p=thirdparty%2Fsquid.git Remove redundant newline in cache.log patch by Pawel Worach --- diff --git a/src/store_dir.cc b/src/store_dir.cc index 9cab425b9c..fe629bba94 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir.cc,v 1.153 2006/05/08 23:38:33 robertc Exp $ + * $Id: store_dir.cc,v 1.154 2006/05/24 02:13:27 hno Exp $ * * DEBUG: section 47 Store Directory Routines * AUTHOR: Duane Wessels @@ -779,7 +779,7 @@ StoreHashIndex::init() * in-core index, not global */ size_t buckets = Store::Root().maxSize() / Config.Store.avgObjectSize; debugs(20, 1, "Swap maxSize " << Store::Root().maxSize() << - " KB, estimated " << buckets << " objects\n"); + " KB, estimated " << buckets << " objects"); buckets /= Config.Store.objectsPerBucket; debugs(20, 1, "Target number of buckets: " << buckets); /* ideally the full scan period should be configurable, for the