--------------------- PatchSet 8573 Date: 2006/08/31 05:32:02 Author: adri Branch: parserwork Tag: (none) Log: Remove debugging message. Members: src/HttpMsg.c:1.8.8.6->1.8.8.7 Index: squid/src/HttpMsg.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/HttpMsg.c,v retrieving revision 1.8.8.6 retrieving revision 1.8.8.7 diff -u -r1.8.8.6 -r1.8.8.7 --- squid/src/HttpMsg.c 31 Aug 2006 04:52:25 -0000 1.8.8.6 +++ squid/src/HttpMsg.c 31 Aug 2006 05:32:02 -0000 1.8.8.7 @@ -1,6 +1,6 @@ /* - * $Id: HttpMsg.c,v 1.8.8.6 2006/08/31 04:52:25 adri Exp $ + * $Id: HttpMsg.c,v 1.8.8.7 2006/08/31 05:32:02 adri Exp $ * * DEBUG: section 74 HTTP Message * AUTHOR: Alex Rousskov @@ -132,7 +132,6 @@ last_whitespace = i; } } - debug(1, 1) ("foo: %d-%d, whitespace:%d\n", hmsg->u_start, line_end, last_whitespace); if (i > hmsg->req_end) { retcode = 0; goto finish;