You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2003/05/15 19:51:58 UTC

cvs commit: httpd-2.0/modules/experimental mod_cache.c

stoddard    2003/05/15 10:51:58

  Modified:    modules/experimental Tag: APACHE_2_0_BRANCH mod_cache.c
  Log:
  Remove an annoying dnd useless ebug message
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.64.2.6  +0 -2      httpd-2.0/modules/experimental/mod_cache.c
  
  Index: mod_cache.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_cache.c,v
  retrieving revision 1.64.2.5
  retrieving revision 1.64.2.6
  diff -u -r1.64.2.5 -r1.64.2.6
  --- mod_cache.c	3 Feb 2003 17:31:36 -0000	1.64.2.5
  +++ mod_cache.c	15 May 2003 17:51:58 -0000	1.64.2.6
  @@ -115,8 +115,6 @@
       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) {