From: Jim Jagielski Date: Fri, 29 Aug 2014 19:42:34 +0000 (+0000) Subject: Correct loglevel. X-Git-Tag: 2.5.0-alpha~3862 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=527acb80ce216694f30d8efbfff4cbd360aec86c;p=apache Correct loglevel. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1621372 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 3f1746a2c8..30cf631623 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -1733,7 +1733,7 @@ PROXY_DECLARE(char *) ap_proxy_define_worker(apr_pool_t *p, ptr = apr_uri_unparse(p, &uri, APR_URI_UNP_REVEALPASSWORD); if (PROXY_STRNCPY(wshared->name, ptr) != APR_SUCCESS) { - ap_log_error(APLOG_MARK, APLOG_ALERT, 0, ap_server_conf, APLOGNO(2808) + ap_log_error(APLOG_MARK, APLOG_ERR, 0, ap_server_conf, APLOGNO(2808) "Alert! worker name (%s) too long; truncated to: %s", ptr, wshared->name); } if (PROXY_STRNCPY(wshared->scheme, uri.scheme) != APR_SUCCESS) {