]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added log_type to 'active_requests' output
authorwessels <>
Sat, 22 May 1999 08:28:56 +0000 (08:28 +0000)
committerwessels <>
Sat, 22 May 1999 08:28:56 +0000 (08:28 +0000)
src/stat.cc

index 6044981c062f8cfdf39efaa98373599438d8dacb..d269179da5e76c86e3ce9919d3f1c09251cffe78 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: stat.cc,v 1.317 1999/05/04 21:58:38 wessels Exp $
+ * $Id: stat.cc,v 1.318 1999/05/22 02:28:56 wessels Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
@@ -1332,6 +1332,7 @@ statClientRequests(StoreEntry * s)
                conn->defer.n, conn->defer.until);
        }
        storeAppendPrintf(s, "uri %s\n", http->uri);
+       storeAppendPrintf(s, "log_type %s\n", log_tags[http->log_type]);
        storeAppendPrintf(s, "out.offset %d, out.size %d\n",
            http->out.offset, http->out.size);
        storeAppendPrintf(s, "req_sz %d\n", http->req_sz);