From: Graham Leggett Date: Tue, 15 Apr 2003 16:39:12 +0000 (+0000) Subject: Clarify an error message X-Git-Tag: pre_ajp_proxy~1849 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35d0dc3b8ede3812327eda52235d6bdba60674d5;p=apache Clarify an error message 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 --- diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c index 192acf5a86..81cc6e8523 100644 --- a/modules/proxy/proxy_http.c +++ b/modules/proxy/proxy_http.c @@ -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"); } }