--------------------- PatchSet 10653 Date: 2008/07/16 11:05:04 Author: adri Branch: delay_pool_write Tag: (none) Log: Add in a debug to print out write-side delay pool. Members: src/stat.c:1.48->1.48.4.1 Index: squid/src/stat.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/stat.c,v retrieving revision 1.48 retrieving revision 1.48.4.1 diff -u -r1.48 -r1.48.4.1 --- squid/src/stat.c 2 May 2008 20:53:16 -0000 1.48 +++ squid/src/stat.c 16 Jul 2008 11:05:04 -0000 1.48.4.1 @@ -1,6 +1,6 @@ /* - * $Id: stat.c,v 1.48 2008/05/02 20:53:16 squidadm Exp $ + * $Id: stat.c,v 1.48.4.1 2008/07/16 11:05:04 adri Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -1530,6 +1530,7 @@ http->delayAssignedPool, http->delayMaxBodySize); } + storeAppendPrintf(s, "active write-side delay pool %d\n", http->delayid >> 16); #endif storeAppendPrintf(s, "\n"); }