]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
call getCurrentTime() while writing clean logs
authorwessels <>
Sat, 29 Nov 1997 06:48:26 +0000 (06:48 +0000)
committerwessels <>
Sat, 29 Nov 1997 06:48:26 +0000 (06:48 +0000)
src/store.cc

index 46978527773d3ab3e685a1184b9707eaf6da3a35..c70268f15e43ecc75d65f02301d292436d48a5f1 100644 (file)
@@ -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);
        }
     }