From 416374778ab3b84eb29ad428c2eddf2856b2ce76 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 24 Feb 2013 20:44:09 -0700 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 8ee792852e..5159fcea7a 100644 --- a/src/http.cc +++ b/src/http.cc @@ -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; } -- 2.47.2