------------------------------------------------------------ revno: 12500 revision-id: squid3@treenet.co.nz-20130225034409-tl85ubetyqgb2lpl parent: squid3@treenet.co.nz-20130225034235-7ftoyq0ikm53w41b committer: Amos Jeffries branch nick: 3.3 timestamp: Sun 2013-02-24 20:44:09 -0700 message: Polish debugs in cacheability test ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20130225034409-tl85ubetyqgb2lpl # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: 85ca45e4d11b1c801f74f0c5f6a85d499ff0fe0c # timestamp: 2013-02-25 03:50:05 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20130225034235-\ # 7ftoyq0ikm53w41b # # Begin patch === modified file 'src/http.cc' --- src/http.cc 2013-02-25 03:42:35 +0000 +++ src/http.cc 2013-02-25 03:44:09 +0000 @@ -432,7 +432,7 @@ // 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; }