--------------------- PatchSet 10670 Date: 2008/07/18 18:18:00 Author: adri Branch: delay_pool_write Tag: (none) Log: .. this debugging level is also wrong. Members: src/comm.c:1.60.2.6->1.60.2.7 Index: squid/src/comm.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/comm.c,v retrieving revision 1.60.2.6 retrieving revision 1.60.2.7 diff -u -r1.60.2.6 -r1.60.2.7 --- squid/src/comm.c 18 Jul 2008 18:15:41 -0000 1.60.2.6 +++ squid/src/comm.c 18 Jul 2008 18:18:00 -0000 1.60.2.7 @@ -1,6 +1,6 @@ /* - * $Id: comm.c,v 1.60.2.6 2008/07/18 18:15:41 adri Exp $ + * $Id: comm.c,v 1.60.2.7 2008/07/18 18:18:00 adri Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -1270,7 +1270,7 @@ #if DELAY_POOLS if (state->delayid) { writesz = delayBytesWanted(state->delayid, 0, writesz); - debug(1, 1) ("commHandleWrite: FD %d: delay pool gave us %d bytes\n", fd, writesz); + debug(5, 5) ("commHandleWrite: FD %d: delay pool gave us %d bytes\n", fd, writesz); /* * If the bucket is empty then we push ourselves onto the slow write fds * list and worry about the write later.