]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polish debugs in cacheability test
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 19 Feb 2013 00:06:48 +0000 (13:06 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 19 Feb 2013 00:06:48 +0000 (13:06 +1300)
src/http.cc

index 24f88090ae1671ef31f462e1100f5ffedf8a5e21..0f6084bff03b2630feab15d5d3ce028fa6b6f719 100644 (file)
@@ -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;
         }