From: Francesco Chemolli Date: Sun, 19 May 2013 07:11:51 +0000 (-0600) Subject: Polish debugging output in ASN acls X-Git-Tag: SQUID_3_4_0_1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0160be3bc24e46f78302b92e5381e11cee2a9a3b;p=thirdparty%2Fsquid.git Polish debugging output in ASN acls --- 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;