]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3269: cache.log applyQueryParams messages
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 15 Jul 2011 12:52:41 +0000 (00:52 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 15 Jul 2011 12:52:41 +0000 (00:52 +1200)
src/mgr/Inquirer.cc

index 4f611dd966878d3a375332fcd1bdc466cb4fe495..9c7432cc7349a522187c1913b41000f77941e80c 100644 (file)
@@ -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;