]> granicus.if.org Git - apache/commitdiff
Clarify an error message
authorGraham Leggett <minfrin@apache.org>
Tue, 15 Apr 2003 16:39:12 +0000 (16:39 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 15 Apr 2003 16:39:12 +0000 (16:39 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99369 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_http.c

index 192acf5a86775ce5825505a6200b35795a7a8144..81cc6e852373f73197e08eff3802e21dd04d8992 100644 (file)
@@ -981,7 +981,7 @@ apr_status_t ap_proxy_http_process_response(apr_pool_t * p, request_rec *r,
                 apr_table_set(r->err_headers_out, wa, buf);
             } else {
                 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
-                             "proxy: origin server sent 401 without w-a header");
+                             "proxy: origin server sent 401 without WWW-Authenticate header");
             }
         }