------------------------------------------------------------ revno: 11789 revision-id: squid3@treenet.co.nz-20130301110010-mk8oks0cwepmk0bp parent: squid3@treenet.co.nz-20130301105807-0z7ak6yyybfsz5l3 committer: Amos Jeffries branch nick: 3.2 timestamp: Fri 2013-03-01 04:00:10 -0700 message: Docs: Polish debugs in cacheability test ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20130301110010-mk8oks0cwepmk0bp # target_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # testament_sha1: f031c601cdf4f85c5148df9739ad008a71644777 # timestamp: 2013-03-01 11:06:34 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # base_revision_id: squid3@treenet.co.nz-20130301105807-\ # 0z7ak6yyybfsz5l3 # # Begin patch === modified file 'src/http.cc' --- src/http.cc 2013-03-01 10:58:07 +0000 +++ src/http.cc 2013-03-01 11:00:10 +0000 @@ -418,7 +418,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; }