From: rousskov <> Date: Fri, 10 Apr 1998 06:49:39 +0000 (+0000) Subject: - polish X-Git-Tag: SQUID_3_0_PRE1~3515 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=522b517bd1f19bccc7c3c2e60f5e75dfde9355b5;p=thirdparty%2Fsquid.git - polish --- diff --git a/src/stat.cc b/src/stat.cc index f7a43185f2..596ceeb9dd 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,6 +1,6 @@ /* - * $Id: stat.cc,v 1.235 1998/04/10 00:45:22 rousskov Exp $ + * $Id: stat.cc,v 1.236 1998/04/10 00:49:39 rousskov Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -1061,7 +1061,7 @@ statCountersDump(StoreEntry * sentry) f->cd.msgs_recv); storeAppendPrintf(sentry, "cd.memory = %d\n", (int)f->cd.memory.kb); - storeAppendPrintf(sentry, "cd.store_memory = %d\n", + storeAppendPrintf(sentry, "cd.local_memory = %d\n", (int) (store_digest ? store_digest->mask_size/1024 : 0)); storeAppendPrintf(sentry, "cd.kbytes_sent = %d\n", (int) f->cd.kbytes_sent.kb);