]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Mon, 26 Jun 2000 12:37:08 +0000 (12:37 +0000)
committerwessels <>
Mon, 26 Jun 2000 12:37:08 +0000 (12:37 +0000)
 - cut-n-paste mistake

src/stat.cc

index 66718f4db3d64645765f3d97070dfd490b467109..c3a857fdf8988176dcfd40cfca601d9bef713d2b 100644 (file)
@@ -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);
     }
 }