From: Amos Jeffries Date: Tue, 19 Feb 2013 00:06:48 +0000 (+1300) Subject: Polish debugs in cacheability test X-Git-Tag: SQUID_3_4_0_1~261 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=908ac81ed18b3a7bb0d27e58fc65a9b674dd6284;p=thirdparty%2Fsquid.git Polish debugs in cacheability test --- diff --git a/src/http.cc b/src/http.cc index 24f88090ae..0f6084bff0 100644 --- a/src/http.cc +++ b/src/http.cc @@ -419,7 +419,7 @@ HttpStateData::cacheableReply() // HTTPbis pt6 section 3.2: a response CC:s-maxage is present } else if (rep->cache_control->sMaxAge()) { - debugs(22, 3, HERE << " Authenticated but server reply Cache-Control:s-maxage"); + debugs(22, 3, HERE << "Authenticated but server reply Cache-Control:s-maxage"); mayStore = true; }