From: wessels <>
Date: Sat, 4 Jan 1997 05:43:54 +0000 (+0000)
Subject: add closing cell table tag
X-Git-Tag: SQUID_3_0_PRE1~5244
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56aeda47936ba2b987326fcdc2bc414e3f27fe02;p=thirdparty%2Fsquid.git
add closing cell table tag
---
diff --git a/src/cachemgr.cc b/src/cachemgr.cc
index fdb73c5ea2..58442ab9cd 100644
--- a/src/cachemgr.cc
+++ b/src/cachemgr.cc
@@ -1,6 +1,6 @@
/*
- * $Id: cachemgr.cc,v 1.50 1997/01/02 07:20:28 wessels Exp $
+ * $Id: cachemgr.cc,v 1.51 1997/01/03 22:43:54 wessels Exp $
*
* DEBUG: section 0 CGI Cache Manager
* AUTHOR: Harvest Derived
@@ -848,7 +848,7 @@ main(int argc, char *argv[])
break;
case STATS_U:
if (hasTables) {
- printf("
| Protocol | Object Count | Max KB | Current KB | Min KB | Hit Ratio | Transfer KB/sec | Transfer Count | Transfered KB\n");
+ printf("| Protocol | Object Count | Max KB | Current KB | Min KB | Hit Ratio | Transfer KB/sec | Transfer Count | Transfered KB | \n");
in_table = 1;
} else {
printf("Protocol Object Maximum Current Minimum Hit Trans Transfer Transfered\n");
|