From: hno <> Date: Sat, 5 Aug 2006 21:37:21 +0000 (+0000) Subject: Bug #1714: cache_dir coss line not shown correctly under cachemgr.cgi config X-Git-Tag: SQUID_3_0_PRE5~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2d7edbf5c9a65916e3a4e4b6484e3c1fe64760;p=thirdparty%2Fsquid.git Bug #1714: cache_dir coss line not shown correctly under cachemgr.cgi config patch by Pawel Worach --- diff --git a/src/fs/coss/store_dir_coss.cc b/src/fs/coss/store_dir_coss.cc index a59a4b7b93..081b62dbaa 100644 --- a/src/fs/coss/store_dir_coss.cc +++ b/src/fs/coss/store_dir_coss.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir_coss.cc,v 1.63 2006/05/23 00:39:32 wessels Exp $ + * $Id: store_dir_coss.cc,v 1.64 2006/08/05 15:37:21 hno Exp $ * vim: set et : * * DEBUG: section 47 Store COSS Directory Routines @@ -1106,7 +1106,7 @@ CossSwapDir::reconfigure(int index, char *path) void CossSwapDir::dump(StoreEntry &entry)const { - storeAppendPrintf(&entry, " %d", max_size >> 20); + storeAppendPrintf(&entry, " %d", max_size >> 10); dumpOptions(&entry); }