]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/stat.cc
fix headers to allow inclusion into C++ source
[thirdparty/squid.git] / src / stat.cc
index 11327ddf3e2e99b5f4ca97eb99db7b1c34d3e487..5b1d2b52f0f31e7454c2847b37205f2d43e55650 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: stat.cc,v 1.356 2002/04/07 22:16:47 hno Exp $
+ * $Id: stat.cc,v 1.357 2002/09/15 06:40:58 robertc Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
@@ -1439,7 +1439,7 @@ statClientRequests(StoreEntry * s)
                conn->defer.n, (long int) conn->defer.until);
        }
        storeAppendPrintf(s, "uri %s\n", http->uri);
-       storeAppendPrintf(s, "log_type %s\n", log_tags[http->log_type]);
+       storeAppendPrintf(s, "logType %s\n", log_tags[http->logType]);
        storeAppendPrintf(s, "out.offset %ld, out.size %lu\n",
            (long int) http->out.offset, (unsigned long int) http->out.size);
        storeAppendPrintf(s, "req_sz %ld\n", (long int) http->req_sz);