]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- added title row to storeCheckCachableStats to avoid first line being treated
authorrousskov <>
Sat, 14 Nov 1998 05:06:36 +0000 (05:06 +0000)
committerrousskov <>
Sat, 14 Nov 1998 05:06:36 +0000 (05:06 +0000)
  as a title

src/store.cc

index b755c78e7c413cdfeeebe469e54e74b93eb62038..f0f2a374f1a77c19473bbfc9a5efe5debec5151c 100644 (file)
@@ -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",