From: Amos Jeffries Date: Wed, 13 Jan 2010 11:26:58 +0000 (+1300) Subject: Bug 2787: pt 1: unexpected http status code messages X-Git-Tag: SQUID_3_1_0_16~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cddb5f8bf2c9a152a1e3022f00fda0545a7bfa6;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 74264b3a66..ae9f07effc 100644 --- a/src/http.cc +++ b/src/http.cc @@ -540,7 +540,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;