]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/client_side_request.cc
Merge from trunk
[thirdparty/squid.git] / src / client_side_request.cc
index a32a71ebbc1b5b46b928125c055695d925004e09..5e3dbc73d097742ca8028d90d8f104f479f2f02c 100644 (file)
@@ -541,7 +541,7 @@ ClientRequestContext::clientAccessCheck2()
         acl_checklist = clientAclChecklistCreate(Config.accessList.adapted_http, http);
         acl_checklist->nonBlockingCheck(clientAccessCheckDoneWrapper, this);
     } else {
-        debugs(85, 2, HERE << "No adapted_http_access configuration.");
+        debugs(85, 2, HERE << "No adapted_http_access configuration. default: ALLOW");
         clientAccessCheckDone(ACCESS_ALLOWED);
     }
 }