From: serassio <> Date: Tue, 30 May 2006 01:05:26 +0000 (+0000) Subject: Bug #1536: Finding out what word in acl list is blocked X-Git-Tag: SQUID_3_0_PRE4~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e21a19b1a2b4fdf7d22463c51c3b675fcb189c1f;p=thirdparty%2Fsquid.git Bug #1536: Finding out what word in acl list is blocked --- diff --git a/src/ACLRegexData.cc b/src/ACLRegexData.cc index 962b33d09a..d738ebd7ae 100644 --- a/src/ACLRegexData.cc +++ b/src/ACLRegexData.cc @@ -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; }