]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
httpMakeVaryMark() debugging lowered to debug level 3..
authorhno <>
Fri, 28 Dec 2001 09:39:42 +0000 (09:39 +0000)
committerhno <>
Fri, 28 Dec 2001 09:39:42 +0000 (09:39 +0000)
src/http.cc

index 0f4b2f2213ca7a28d8ef8a62d080ff62b237785d..c72ff2647d0baac1e703b0d1bb234fab9697aa7c 100644 (file)
@@ -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);
 }