--------------------- PatchSet 10669 Date: 2008/07/18 18:15:41 Author: adri Branch: delay_pool_write Tag: (none) Log: That debugging level shouldn't be there.. Members: src/comm.c:1.60.2.5->1.60.2.6 Index: squid/src/comm.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/comm.c,v retrieving revision 1.60.2.5 retrieving revision 1.60.2.6 diff -u -r1.60.2.5 -r1.60.2.6 --- squid/src/comm.c 18 Jul 2008 18:15:09 -0000 1.60.2.5 +++ squid/src/comm.c 18 Jul 2008 18:15:41 -0000 1.60.2.6 @@ -1,6 +1,6 @@ /* - * $Id: comm.c,v 1.60.2.5 2008/07/18 18:15:09 adri Exp $ + * $Id: comm.c,v 1.60.2.6 2008/07/18 18:15:41 adri Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -1229,7 +1229,7 @@ for (j = 0; j < n; j++) { fd = slow_wfds_alt[j]; F = &fd_table[fd]; - debug(5, 1) ("wfds: waking up fd %d\n", fd); + debug(5, 5) ("wfds: waking up fd %d\n", fd); /* call the write callback attempt - this may requeue the FD for sleep */ F->rwstate.write_delayed = 0; /* let the write run now */