From: hno <> Date: Fri, 28 Dec 2001 09:39:42 +0000 (+0000) Subject: httpMakeVaryMark() debugging lowered to debug level 3.. X-Git-Tag: SQUID_3_0_PRE1~1225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ec797dc34204128504097abbb80bef671e4feb;p=thirdparty%2Fsquid.git httpMakeVaryMark() debugging lowered to debug level 3.. --- diff --git a/src/http.cc b/src/http.cc index 0f4b2f2213..c72ff2647d 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.384 2001/10/24 08:19:08 hno Exp $ + * $Id: http.cc,v 1.385 2001/12/28 02:39:42 hno Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -375,7 +375,7 @@ httpMakeVaryMark(request_t * request, HttpReply * reply) } stringClean(&vary); #endif - debug(11, 0) ("httpMakeVaryMark: %d / %s\n", ok, strBuf(vstr)); + debug(11, 3) ("httpMakeVaryMark: %d / %s\n", ok, strBuf(vstr)); return strBuf(vstr); }