From: wessels <> Date: Mon, 26 Jun 2000 12:37:08 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~1915 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a5a6521144ad3dc691bca5e83508fb37f576165;p=thirdparty%2Fsquid.git DW: - cut-n-paste mistake --- diff --git a/src/stat.cc b/src/stat.cc index 66718f4db3..c3a857fdf8 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,6 +1,6 @@ /* - * $Id: stat.cc,v 1.330 2000/06/26 03:36:05 wessels Exp $ + * $Id: stat.cc,v 1.331 2000/06/26 06:37:08 wessels Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -929,7 +929,7 @@ statAvgTick(void *notused) struct mallinfo mp = mallinfo(); i = mp.arena; #endif - if (Config.warnings.high_pf < i) + if (Config.warnings.high_memory < i) debug(18, 0) ("WARNING: Memory usage at %d MB\n", i >> 20); } }