From: wessels <> Date: Sat, 4 Apr 1998 11:52:22 +0000 (+0000) Subject: change "so far" print frequency X-Git-Tag: SQUID_3_0_PRE1~3631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf3a738593489e4435b4ea51bab85a85a1b474e;p=thirdparty%2Fsquid.git change "so far" print frequency --- diff --git a/src/store_dir.cc b/src/store_dir.cc index 2ec0073ddc..b27bf3b6a3 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -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); }