]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
ordering typos
authorwessels <>
Thu, 10 Sep 1998 22:03:25 +0000 (22:03 +0000)
committerwessels <>
Thu, 10 Sep 1998 22:03:25 +0000 (22:03 +0000)
src/stat.cc

index 268375e3021aafafe2c10c6b1be9615380676dde..795b3399e73381f6888d5b66ec7ec173d2d77ea4 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: stat.cc,v 1.285 1998/09/09 20:05:50 wessels Exp $
+ * $Id: stat.cc,v 1.286 1998/09/10 16:03:25 wessels Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
@@ -627,11 +627,11 @@ statAvgDump(StoreEntry * sentry, int minutes, int hours)
     storeAppendPrintf(sentry, "sample_start_time = %d.%d (%s)\n",
        (int) l->timestamp.tv_sec,
        (int) l->timestamp.tv_usec,
-       mkrfc1123(f->timestamp.tv_sec));
+       mkrfc1123(l->timestamp.tv_sec));
     storeAppendPrintf(sentry, "sample_end_time = %d.%d (%s)\n",
        (int) f->timestamp.tv_sec,
        (int) f->timestamp.tv_usec,
-       mkrfc1123(l->timestamp.tv_sec));
+       mkrfc1123(f->timestamp.tv_sec));
 
     storeAppendPrintf(sentry, "client_http.requests = %f/sec\n",
        XAVG(client_http.requests));