From: Amos Jeffries Date: Fri, 15 Jul 2011 12:52:41 +0000 (+1200) Subject: Bug 3269: cache.log applyQueryParams messages X-Git-Tag: take08~55^2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c90ba6c570c7bc718a93bbcc220df6332cb21878;p=thirdparty%2Fsquid.git Bug 3269: cache.log applyQueryParams messages --- diff --git a/src/mgr/Inquirer.cc b/src/mgr/Inquirer.cc index 4f611dd966..9c7432cc73 100644 --- a/src/mgr/Inquirer.cc +++ b/src/mgr/Inquirer.cc @@ -171,9 +171,9 @@ Mgr::Inquirer::applyQueryParams(const Ipc::StrandCoords& aStrands, const QueryPa } } - debugs(0, 0, HERE << "strands kid IDs = "); + debugs(16, 4, HERE << "strands kid IDs = "); for (Ipc::StrandCoords::const_iterator iter = sc.begin(); iter != sc.end(); ++iter) { - debugs(0, 0, HERE << iter->kidId); + debugs(16, 4, HERE << iter->kidId); } return sc;