]> granicus.if.org Git - apache/commitdiff
Remove obsolete and redundant log message in env auth provider
authorStefan Fritsch <sf@apache.org>
Thu, 30 Dec 2010 22:38:30 +0000 (22:38 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 30 Dec 2010 22:38:30 +0000 (22:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054014 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_core.c

index 0919a061a080b7f5bdc00e877fe1dd6994db1d8f..6d4e893634c2a4812d6774d7c6152b67b75a0688 100644 (file)
@@ -909,11 +909,6 @@ static authz_status env_check_authorization(request_rec *r,
         }
     }
 
-    ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
-                  "access to %s failed, reason: env variable list does not meet "
-                  "'require'ments for user '%s' to be allowed access",
-                  r->uri, r->user);
-
     return AUTHZ_DENIED;
 }