]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
This debugging statement should not be at level 0.
authorwessels <>
Fri, 19 May 2006 03:51:10 +0000 (03:51 +0000)
committerwessels <>
Fri, 19 May 2006 03:51:10 +0000 (03:51 +0000)
src/ACLChecklist.cc

index d74000f49bbd73184698e14bd6c3cdfe5e5d71f9..ed26e9ff21dc3b73b84334e0a726e6c54de74424 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ACLChecklist.cc,v 1.33 2006/05/16 05:49:44 hno Exp $
+ * $Id: ACLChecklist.cc,v 1.34 2006/05/18 21:51:10 wessels Exp $
  *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
@@ -271,7 +271,7 @@ ACLChecklist::matchAclList(const acl_list * head, bool const fast)
             checkForAsync();
 
             bool async_in_progress = asyncInProgress();
-            debug(28,0)("aclmatchAclList: async=%d nodeMatched=%d async_in_progress=%d lastACLResult() = %d\n",
+            debug(28,3)("aclmatchAclList: async=%d nodeMatched=%d async_in_progress=%d lastACLResult() = %d\n",
                         async ? 1 : 0, nodeMatched ? 1 : 0, async_in_progress ? 1 : 0,
                         lastACLResult() ? 1 : 0);