From: Mladen Turk Date: Sat, 9 Apr 2005 06:55:13 +0000 (+0000) Subject: Remove useless loging of something that is not an error. X-Git-Tag: 2.1.5~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5069e82e431557eb864644572636e13b1aaa90;p=thirdparty%2Fapache%2Fhttpd.git Remove useless loging of something that is not an error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160661 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_ajp.c b/modules/proxy/mod_proxy_ajp.c index 37e92f0fb43..e38281e1afa 100644 --- a/modules/proxy/mod_proxy_ajp.c +++ b/modules/proxy/mod_proxy_ajp.c @@ -33,9 +33,6 @@ static int proxy_ajp_canon(request_rec *r, char *url) const char *scheme; apr_port_t port, def_port; - ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, - "proxy: AJP: canonicalising URL %s", url); - /* ap_port_of_scheme() */ if (strncasecmp(url, "ajp:", 4) == 0) { url += 4;