From: wessels <> Date: Sat, 29 Nov 1997 06:48:26 +0000 (+0000) Subject: call getCurrentTime() while writing clean logs X-Git-Tag: SQUID_3_0_PRE1~4457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac76f9e4273b7271d6bb15f9e9d1c62bc138abc;p=thirdparty%2Fsquid.git call getCurrentTime() while writing clean logs --- diff --git a/src/store.cc b/src/store.cc index 4697852777..c70268f15e 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.349 1997/11/28 08:11:59 wessels Exp $ + * $Id: store.cc,v 1.350 1997/11/28 23:48:26 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -2004,6 +2004,7 @@ storeWriteCleanLogs(int reopen) continue; } if ((++n & 0x3FFF) == 0) { + getCurrentTime(); debug(20, 1) (" %7d lines written so far.\n", n); } }