From 49a1bab793acb1b70b558b92a047a08f87b5475b Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 26 Jun 1998 04:54:50 +0000 Subject: [PATCH] debug --- src/HttpHeader.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.47.3