From: Amos Jeffries Date: Fri, 1 Mar 2013 11:00:10 +0000 (-0700) Subject: Docs: Polish debugs in cacheability test X-Git-Tag: SQUID_3_2_8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7118f964e4551c79dba9a5419d7645ed8e173f3;p=thirdparty%2Fsquid.git Docs: Polish debugs in cacheability test --- diff --git a/src/http.cc b/src/http.cc index ae23487356..3f050bf1ff 100644 --- a/src/http.cc +++ b/src/http.cc @@ -418,7 +418,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; }