]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change "so far" print frequency
authorwessels <>
Sat, 4 Apr 1998 11:52:22 +0000 (11:52 +0000)
committerwessels <>
Sat, 4 Apr 1998 11:52:22 +0000 (11:52 +0000)
src/store_dir.cc

index 2ec0073ddc7e01218405c315072690720555b43e..b27bf3b6a3e6daa9d5344d53d3c0c3d5f6e13c6c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir.cc,v 1.60 1998/04/01 19:39:18 wessels Exp $
+ * $Id: store_dir.cc,v 1.61 1998/04/04 04:52:22 wessels Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -625,7 +625,7 @@ storeDirWriteCleanLogs(int reopen)
            }
            outbufoffset[dirn] = 0;
        }
-       if ((++n & 0x3FFF) == 0) {
+       if ((++n & 0xFFFF) == 0) {
            getCurrentTime();
            debug(20, 1) ("  %7d entries written so far.\n", n);
        }