]> granicus.if.org Git - apache/commitdiff
fix log messages
authorStefan Fritsch <sf@apache.org>
Wed, 14 Jul 2010 20:03:42 +0000 (20:03 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 14 Jul 2010 20:03:42 +0000 (20:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@964161 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index d842a47e8b3f59ff0fa37779813087cc65313c76..bc261829ab827d324aa6d2968fce26f214758b5b 100644 (file)
@@ -216,7 +216,7 @@ AP_DECLARE(int) ap_process_request_internal(request_rec *r)
             if (access_status == OK) {
                 ap_log_rerror(APLOG_MARK, APLOG_TRACE3, 0, r,
                               "request authorized without authentication by "
-                              "access_checker_autoritative hook: %s", r->uri);
+                              "access_checker_ex hook: %s", r->uri);
             }
             else if (access_status != DECLINED) {
                 return decl_die(access_status, "check access", r);
@@ -243,7 +243,7 @@ AP_DECLARE(int) ap_process_request_internal(request_rec *r)
             if (access_status == OK) {
                 ap_log_rerror(APLOG_MARK, APLOG_TRACE3, 0, r,
                               "request authorized without authentication by "
-                              "access_checker_autoritative hook: %s", r->uri);
+                              "access_checker_ex hook: %s", r->uri);
             }
             else if (access_status != DECLINED) {
                 return decl_die(access_status, "check access", r);