]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polish debugs
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 30 Sep 2015 09:43:08 +0000 (02:43 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 30 Sep 2015 09:43:08 +0000 (02:43 -0700)
src/acl/Acl.cc

index 0ce83d1074fa3a7cad48774a152cbcfad3f29e1e..7da4f15b8e52b8e4b7900c6d0ff7f1012d13b7c1 100644 (file)
@@ -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.");