From: wessels <> Date: Fri, 26 Jun 1998 04:54:50 +0000 (+0000) Subject: debug X-Git-Tag: SQUID_3_0_PRE1~3136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49a1bab793acb1b70b558b92a047a08f87b5475b;p=thirdparty%2Fsquid.git debug --- diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index a4993b077f..320a3ed180 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -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; }