]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug
authorwessels <>
Fri, 26 Jun 1998 04:54:50 +0000 (04:54 +0000)
committerwessels <>
Fri, 26 Jun 1998 04:54:50 +0000 (04:54 +0000)
src/HttpHeader.cc

index a4993b077fcbc1d86ed6d692f98f80cc989378fb..320a3ed180fc8e6024d4e4baf99033fc5326c503 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: HttpHeader.cc,v 1.46 1998/06/25 20:14:36 wessels Exp $
+ * $Id: HttpHeader.cc,v 1.47 1998/06/25 22:54:50 wessels Exp $
  *
  * DEBUG: section 55    HTTP Header
  * AUTHOR: Alex Rousskov
@@ -572,7 +572,7 @@ httpHeaderGetList(const HttpHeader * hdr, http_hdr_type id)
     assert(strBuf(s));
     /* temporary warning: remove it! @?@ @?@ @?@ */
     if (!strLen(s))
-       debug(55, 1) ("empty list header: %s (%d)\n", strBuf(Headers[id].name), id);
+       debug(55, 3) ("empty list header: %s (%d)\n", strBuf(Headers[id].name), id);
     debug(55, 6) ("%p: joined for id %d: %s\n", hdr, id, strBuf(s));
     return s;
 }