From 908ac81ed18b3a7bb0d27e58fc65a9b674dd6284 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 19 Feb 2013 13:06:48 +1300 Subject: [PATCH] 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 24f88090ae..0f6084bff0 100644 --- a/src/http.cc +++ b/src/http.cc @@ -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; } -- 2.47.2