From: rousskov <> Date: Sat, 14 Nov 1998 05:06:36 +0000 (+0000) Subject: - added title row to storeCheckCachableStats to avoid first line being treated X-Git-Tag: SQUID_3_0_PRE1~2520 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c40acff3c442e1840aeea77d22f58d67854cf673;p=thirdparty%2Fsquid.git - added title row to storeCheckCachableStats to avoid first line being treated as a title --- diff --git a/src/store.cc b/src/store.cc index b755c78e7c..f0f2a374f1 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.471 1998/11/13 20:50:57 wessels Exp $ + * $Id: store.cc,v 1.472 1998/11/13 22:06:36 rousskov Exp $ * * DEBUG: section 20 Storage Manager * AUTHOR: Harvest Derived @@ -529,6 +529,8 @@ storeCheckCachable(StoreEntry * e) static void storeCheckCachableStats(StoreEntry * sentry) { + storeAppendPrintf(sentry, "Category\t Count\n"); + storeAppendPrintf(sentry, "no.non_get\t%d\n", store_check_cachable_hist.no.non_get); storeAppendPrintf(sentry, "no.not_entry_cachable\t%d\n",