]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: Polish debugs in cacheability test
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Mar 2013 11:00:10 +0000 (04:00 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Mar 2013 11:00:10 +0000 (04:00 -0700)
src/http.cc

index ae2348735661ae0f22c36132f4773f776fffbaf3..3f050bf1ff40baf3ebb1d6f1188c4a65f6c867fd 100644 (file)
@@ -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;
         }