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 2002/12/03 23:51:06 UTC

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

stoddard    2002/12/03 14:51:06

  Modified:    modules/experimental mod_cache.c
  Log:
  Less verbose debug message
  
  Revision  Changes    Path
  1.66      +1 -1      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.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- mod_cache.c	25 Nov 2002 17:40:23 -0000	1.65
  +++ mod_cache.c	3 Dec 2002 22:51:06 -0000	1.66
  @@ -363,7 +363,7 @@
       ap_remove_output_filter(f);
   
       ap_log_error(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, r->server,
  -                 "cache: serving cached version of %s", r->uri);
  +                 "cache: serving %s", r->uri);
       return ap_pass_brigade(f->next, bb);
   }