------------------------------------------------------------ revno: 14078 revision-id: squidadm@squid-cache.org-20160907181433-zpuak0ab0rav5hrk parent: squid3@treenet.co.nz-20160907163137-w1wfmze5869r9vr9 committer: Source Maintenance branch nick: 3.5 timestamp: Wed 2016-09-07 18:14:33 +0000 message: SourceFormat Enforcement ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squidadm@squid-cache.org-20160907181433-\ # zpuak0ab0rav5hrk # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 9b66fa88f2d4185921a04f945528440de40c8086 # timestamp: 2016-09-07 18:51:04 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20160907163137-\ # w1wfmze5869r9vr9 # # Begin patch === modified file 'src/refresh.cc' --- src/refresh.cc 2016-09-07 15:58:59 +0000 +++ src/refresh.cc 2016-09-07 18:14:33 +0000 @@ -363,8 +363,8 @@ #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;