From 0160be3bc24e46f78302b92e5381e11cee2a9a3b Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Sun, 19 May 2013 01:11:51 -0600 Subject: [PATCH] Polish debugging output in ASN acls --- src/acl/Asn.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/acl/Asn.cc b/src/acl/Asn.cc index 43fe185973..6966e6f3f4 100644 --- a/src/acl/Asn.cc +++ b/src/acl/Asn.cc @@ -636,8 +636,7 @@ ACLDestinationASNStrategy::match (ACLData * &data, ACLFilledChecklist } else if (!checklist->request->flags.destinationIpLookedUp) { /* No entry in cache, lookup not attempted */ - /* XXX FIXME: allow accessing the acl name here */ - debugs(28, 3, "asnMatchAcl: Can't yet compare '" << "unknown" /*name*/ << "' ACL for '" << checklist->request->GetHost() << "'"); + debugs(28, 3, "asnMatchAcl: Can't yet compare '" << AclMatchedName << "' ACL for '" << checklist->request->GetHost() << "'"); checklist->changeState (DestinationIPLookup::Instance()); } else { Ip::Address noaddr; -- 2.47.2