--------------------- PatchSet 5880 Date: 2003/08/17 12:30:00 Author: serassio Branch: nt-2_5 Tag: (none) Log: Fixed a wrong debug section Members: src/http.c:1.17.6.1.4.7->1.17.6.1.4.8 Index: squid/src/http.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/http.c,v retrieving revision 1.17.6.1.4.7 retrieving revision 1.17.6.1.4.8 diff -u -r1.17.6.1.4.7 -r1.17.6.1.4.8 --- squid/src/http.c 7 Aug 2003 07:27:57 -0000 1.17.6.1.4.7 +++ squid/src/http.c 17 Aug 2003 12:30:00 -0000 1.17.6.1.4.8 @@ -1,6 +1,6 @@ /* - * $Id: http.c,v 1.17.6.1.4.7 2003/08/07 07:27:57 serassio Exp $ + * $Id: http.c,v 1.17.6.1.4.8 2003/08/17 12:30:00 serassio Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -588,7 +588,7 @@ } } if (len < 0) { - debug(50, 2) ("httpReadReply: FD %d: read failure: %s.\n", + debug(11, 2) ("httpReadReply: FD %d: read failure: %s.\n", fd, xstrerror()); if (ignoreErrno(errno)) { commSetSelect(fd, COMM_SELECT_READ, httpReadReply, httpState, 0);