From: Source Maintenance Date: Wed, 7 Sep 2016 18:14:33 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_5_21~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e571d3e137be237ac2e36152bbc47d651b013b0f;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/refresh.cc b/src/refresh.cc index 4d62504689..9343ab292d 100644 --- a/src/refresh.cc +++ b/src/refresh.cc @@ -363,8 +363,8 @@ refreshCheck(const StoreEntry * entry, HttpRequest * request, time_t delta) #endif if (revalidateAlways || revalidateStale) { debugs(22, 3, "YES: Must revalidate stale object (origin set " << - (revalidateAlways ? "no-cache or private" : - "must-revalidate, proxy-revalidate or s-maxage") << ")"); + (revalidateAlways ? "no-cache or private" : + "must-revalidate, proxy-revalidate or s-maxage") << ")"); if (request) request->flags.failOnValidationError = true; return STALE_MUST_REVALIDATE;