]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
had sample_start_time & sample_end_time reversed
authorwessels <>
Wed, 15 Jul 1998 05:20:33 +0000 (05:20 +0000)
committerwessels <>
Wed, 15 Jul 1998 05:20:33 +0000 (05:20 +0000)
src/stat.cc

index 8ef98118db21f8cd81fd44526c633b34c81de310..e00fe136e116456fe0f10677015c9518b01ca1bc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: stat.cc,v 1.259 1998/07/07 02:54:14 wessels Exp $
+ * $Id: stat.cc,v 1.260 1998/07/14 23:20:33 wessels Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
@@ -642,12 +642,12 @@ statAvgDump(StoreEntry * sentry, int minutes, int hours)
     ct = f->cputime - l->cputime;
 
     storeAppendPrintf(sentry, "sample_start_time = %d.%d (%s)\n",
-       (int) f->timestamp.tv_sec,
-       (int) f->timestamp.tv_usec,
-       mkrfc1123(f->timestamp.tv_sec));
-    storeAppendPrintf(sentry, "sample_end_time = %d.%d (%s)\n",
        (int) l->timestamp.tv_sec,
        (int) l->timestamp.tv_usec,
+       mkrfc1123(f->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));
 
     storeAppendPrintf(sentry, "client_http.requests = %f/sec\n",