]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove redundant newline in cache.log
authorhno <>
Wed, 24 May 2006 08:13:27 +0000 (08:13 +0000)
committerhno <>
Wed, 24 May 2006 08:13:27 +0000 (08:13 +0000)
patch by Pawel Worach

src/store_dir.cc

index 9cab425b9cfb205f7bb0147641c0dd6c6dbf791b..fe629bba94bf1dbacf9dd5d05b78584b157136a9 100644 (file)
@@ -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