--------------------- PatchSet 6479 Date: 2005/03/07 09:41:50 Author: oliv3 Branch: icap-2_5 Tag: (none) Log: Changed debug level Members: src/icap_common.c:1.1.2.34->1.1.2.35 Index: squid/src/icap_common.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/icap_common.c,v retrieving revision 1.1.2.34 retrieving revision 1.1.2.35 diff -u -r1.1.2.34 -r1.1.2.35 --- squid/src/icap_common.c 28 Feb 2005 11:01:26 -0000 1.1.2.34 +++ squid/src/icap_common.c 7 Mar 2005 09:41:50 -0000 1.1.2.35 @@ -1,5 +1,5 @@ /* - * $Id: icap_common.c,v 1.1.2.34 2005/02/28 11:01:26 oliv3 Exp $ + * $Id: icap_common.c,v 1.1.2.35 2005/03/07 09:41:50 oliv3 Exp $ * * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client * AUTHOR: Geetha Manjunath, Hewlett Packard Company @@ -439,7 +439,7 @@ return -1; } if (len == 0) { - debug(81, 1) ("icapReadHeader: FD %d recv EOF\n", fd); + debug(81, 2) ("icapReadHeader: FD %d recv EOF\n", fd); return -1; } headlen = headersEnd(tmpbuf, len);