From: Amos Jeffries Date: Fri, 1 Jan 2010 09:15:02 +0000 (+1300) Subject: Bug 2787: pt 1: unexpected http status code messages X-Git-Tag: SQUID_3_2_0_1~486 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a0f2e6fee9e2eb27a460c7c1955b2e17ead7521;p=thirdparty%2Fsquid.git Bug 2787: pt 1: unexpected http status code messages Bumping the message from level-0 (critical) to level-1 (important and major informational) --- diff --git a/src/http.cc b/src/http.cc index e8ddbe92c1..59067fef54 100644 --- a/src/http.cc +++ b/src/http.cc @@ -543,7 +543,7 @@ HttpStateData::cacheableReply() return 0; default: /* Unknown status code */ - debugs (11, 0, HERE << "HttpStateData::cacheableReply: unexpected http status code " << rep->sline.status); + debugs (11, DBG_IMPORTANT, "WARNING: Unexpected http status code " << rep->sline.status); return 0;