From: Amos Jeffries Date: Wed, 30 Sep 2015 09:43:08 +0000 (-0700) Subject: Polish debugs X-Git-Tag: SQUID_4_0_1~5^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acfe8e099d222b51f15d7f4db16b3b9aad9a4ff0;p=thirdparty%2Fsquid.git Polish debugs --- 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.");