]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1536: Finding out what word in acl list is blocked
authorserassio <>
Tue, 30 May 2006 01:05:26 +0000 (01:05 +0000)
committerserassio <>
Tue, 30 May 2006 01:05:26 +0000 (01:05 +0000)
src/ACLRegexData.cc

index 962b33d09a51ad2ba6076ade490d1cd34f9e83a3..d738ebd7ae33b388c0b3e8eb8493654aa2edcde8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ACLRegexData.cc,v 1.9 2006/04/23 11:10:31 robertc Exp $
+ * $Id: ACLRegexData.cc,v 1.10 2006/05/29 19:05:26 serassio Exp $
  *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
@@ -89,6 +89,7 @@ ACLRegexData::match(char const *word)
                 first->next = current;
             }
 
+            debug(28, 2) ("aclRegexData::match: match '%s' found in '%s'\n", current->pattern, word);
             return 1;
         }