]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polish debugs in cacheability test
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 25 Feb 2013 03:44:09 +0000 (20:44 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 25 Feb 2013 03:44:09 +0000 (20:44 -0700)
src/http.cc

index 8ee792852e2133de46ca0c1352cac3d2d9fee19c..5159fcea7afa167ffee839901b381a6f882a7f73 100644 (file)
@@ -432,7 +432,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;
         }