From a7118f964e4551c79dba9a5419d7645ed8e173f3 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 1 Mar 2013 04:00:10 -0700 Subject: [PATCH] Docs: Polish debugs in cacheability test --- src/http.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2