]> granicus.if.org Git - apache/commitdiff
Remove a useless and annoying debug message
authorBill Stoddard <stoddard@apache.org>
Thu, 15 May 2003 17:52:58 +0000 (17:52 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 15 May 2003 17:52:58 +0000 (17:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99853 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_cache.c

index 50093cd1060a351750b96b5b0cd98b7d1dddaa29..d93b48d9ab81c9a1b5cd415ee0b26e919d9abe17 100644 (file)
@@ -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) {