From: wessels <> Date: Sun, 2 Mar 1997 12:34:45 +0000 (+0000) Subject: adding debug X-Git-Tag: SQUID_3_0_PRE1~5063 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44f3a74b0f6344936843946ef74d3cb365c12043;p=thirdparty%2Fsquid.git adding debug --- diff --git a/src/acl.cc b/src/acl.cc index 03105242e8..a9490097df 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,5 +1,5 @@ /* - * $Id: acl.cc,v 1.88 1997/02/28 21:33:34 wessels Exp $ + * $Id: acl.cc,v 1.89 1997/03/02 05:34:45 wessels Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -1197,6 +1197,7 @@ aclCheck(aclCheck_t * checklist) } checklist->access_list = A->next; } + debug(28, 3, "aclCheck: NO match found, returning %d\n", !allow); aclCheckCallback(checklist, !allow); }