]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Thu, 8 Jan 1998 10:39:22 +0000 (10:39 +0000)
committerwessels <>
Thu, 8 Jan 1998 10:39:22 +0000 (10:39 +0000)
src/stat.cc

index d6dca4a327fb64c0f3a667039879d88a984fe0f6..2b837c7c4a62dff3d8f4c4ddbb79d490e8b8de3c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: stat.cc,v 1.183 1998/01/06 05:40:43 wessels Exp $
+ * $Id: stat.cc,v 1.184 1998/01/08 03:39:22 wessels Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
@@ -972,6 +972,6 @@ statAvgDump(StoreEntry * sentry)
        XAVG(select_loops));
     storeAppendPrintf(sentry, "cpu_time = %f seconds\n", ct);
     storeAppendPrintf(sentry, "wall_time = %f seconds\n", dt);
-    storeAppendPrintf(sentry, "cpu_usage %f%%\n", 100.0*ct/dt);
+    storeAppendPrintf(sentry, "cpu_usage %f%%\n", 100.0*ct/dt);
     storeBufferFlush(sentry);
 }