From c40acff3c442e1840aeea77d22f58d67854cf673 Mon Sep 17 00:00:00 2001 From: rousskov <> Date: Sat, 14 Nov 1998 05:06:36 +0000 Subject: [PATCH] - added title row to storeCheckCachableStats to avoid first line being treated as a title --- src/store.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", -- 2.47.2