]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polish debugging output in ASN acls
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 19 May 2013 07:11:51 +0000 (01:11 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 May 2013 07:11:51 +0000 (01:11 -0600)
src/acl/Asn.cc

index 43fe185973c94158cd8ff22f5846b7462819223e..6966e6f3f43bca25ff6f37d7d2269bdbd7c13095 100644 (file)
@@ -636,8 +636,7 @@ ACLDestinationASNStrategy::match (ACLData<MatchType> * &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;