From: Bill Stoddard Date: Thu, 15 May 2003 17:52:58 +0000 (+0000) Subject: Remove a useless and annoying debug message X-Git-Tag: pre_ajp_proxy~1693 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fc973164f187413c134a14bcb5ca485293a8654;p=apache Remove a useless and annoying debug message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99853 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_cache.c b/modules/experimental/mod_cache.c index 50093cd106..d93b48d9ab 100644 --- a/modules/experimental/mod_cache.c +++ b/modules/experimental/mod_cache.c @@ -115,8 +115,6 @@ static int cache_url_handler(request_rec *r, int lookup) if (!(types = ap_cache_get_cachetype(r, conf, path))) { return DECLINED; } - ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, - "cache: URL %s is being handled by %s", path, types); urllen = strlen(url); if (urllen > MAX_URL_LENGTH) {