From: Christos Tsantilas Date: Fri, 21 Jan 2011 14:29:16 +0000 (+0200) Subject: revert r11162 changes X-Git-Tag: take03^2~37^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfa082926d9f3bed2e9d1ea26729e9978aeb7ea5;p=thirdparty%2Fsquid.git revert r11162 changes --- diff --git a/src/stat.cc b/src/stat.cc index 9ad3d0913d..bcb28cbe72 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -749,7 +749,7 @@ DumpInfo(Mgr::InfoActionData& stats, StoreEntry* sentry) stats.request_hit_disk_ratio60 / fct); storeAppendPrintf(sentry, "\tStorage Swap size:\t%.0f KB\n", - stats.store_swap_size); + stats.store_swap_size / 1024); storeAppendPrintf(sentry, "\tStorage Swap capacity:\t%4.1f%% used, %4.1f%% free\n", Math::doublePercent(stats.store_swap_size, stats.store_swap_max_size),