--------------------- PatchSet 10288 Date: 2007/12/20 10:41:33 Author: adri Branch: s27_adri Tag: (none) Log: Put this debug back. Members: src/http.c:1.63.2.3.4.16->1.63.2.3.4.17 Index: squid/src/http.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/http.c,v retrieving revision 1.63.2.3.4.16 retrieving revision 1.63.2.3.4.17 diff -u -r1.63.2.3.4.16 -r1.63.2.3.4.17 --- squid/src/http.c 20 Dec 2007 10:35:26 -0000 1.63.2.3.4.16 +++ squid/src/http.c 20 Dec 2007 10:41:33 -0000 1.63.2.3.4.17 @@ -1,6 +1,6 @@ /* - * $Id: http.c,v 1.63.2.3.4.16 2007/12/20 10:35:26 adri Exp $ + * $Id: http.c,v 1.63.2.3.4.17 2007/12/20 10:41:33 adri Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -405,7 +405,7 @@ request->vary_hdr = stringDup(&vary); request->vary_headers = stringDup(&vstr); } - debug(11, 1) ("httpMakeVaryMark: %.*s\n", strLen2(vstr), strBuf2(vstr)); + debug(11, 3) ("httpMakeVaryMark: %.*s\n", strLen2(vstr), strBuf2(vstr)); stringClean(&vary); stringClean(&vstr);