From acfe8e099d222b51f15d7f4db16b3b9aad9a4ff0 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 30 Sep 2015 02:43:08 -0700 Subject: [PATCH] Polish debugs --- src/acl/Acl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acl/Acl.cc b/src/acl/Acl.cc index 0ce83d1074..7da4f15b8e 100644 --- a/src/acl/Acl.cc +++ b/src/acl/Acl.cc @@ -155,7 +155,7 @@ ACL::matches(ACLChecklist *checklist) const int result = 0; if (!checklist->hasAleXXX() && requiresAleXXX()) { debugs(28, DBG_IMPORTANT, "WARNING: " << name << " ACL is used in " << - "context without an HTTP request. Assuming mismatch."); + "context without an ALE state. Assuming mismatch."); } else if (!checklist->hasRequest() && requiresRequest()) { debugs(28, DBG_IMPORTANT, "WARNING: " << name << " ACL is used in " << "context without an HTTP request. Assuming mismatch."); -- 2.47.2