/*
- * $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
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);