From bcf3a738593489e4435b4ea51bab85a85a1b474e Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 4 Apr 1998 11:52:22 +0000 Subject: [PATCH] change "so far" print frequency --- src/store_dir.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.47.3