]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Quieten ALE missing messages
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 Nov 2015 22:54:47 +0000 (14:54 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 Nov 2015 22:54:47 +0000 (14:54 -0800)
src/acl/FilledChecklist.cc

index ce6e241b563a2da0ae2d740d747f469d9e15ed9f..0c6bb3d3c6104188f8b2978992867a44504a56d3 100644 (file)
@@ -70,7 +70,7 @@ static void
 showDebugWarning(const char *msg)
 {
     static uint16_t count = 0;
-    if (count > 100)
+    if (count > 10)
         return;
 
     ++count;