=== modified file 'src/acl/Asn.cc' --- src/acl/Asn.cc 2012-07-02 12:28:10 +0000 +++ src/acl/Asn.cc 2012-07-25 14:43:14 +0000 @@ -646,8 +646,7 @@ } 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;