From 2a5a6521144ad3dc691bca5e83508fb37f576165 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Mon, 26 Jun 2000 12:37:08 +0000 Subject: [PATCH] DW: - cut-n-paste mistake --- src/stat.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } -- 2.47.3