You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2003/06/20 02:55:02 UTC

cvs commit: httpd-2.0/modules/metadata mod_mime_magic.c

trawick     2003/06/19 17:55:02

  Modified:    modules/metadata mod_mime_magic.c
  Log:
  add more info to a log message so we know which "read failed" scenario
  occurred
  
  Revision  Changes    Path
  1.62      +1 -1      httpd-2.0/modules/metadata/mod_mime_magic.c
  
  Index: mod_mime_magic.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_mime_magic.c,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- mod_mime_magic.c	19 Feb 2003 05:58:00 -0000	1.61
  +++ mod_mime_magic.c	20 Jun 2003 00:55:02 -0000	1.62
  @@ -2235,7 +2235,7 @@
       if (n == 0) {
   	apr_pool_destroy(sub_context);
   	ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r,
  -	    MODNAME ": read failed %s", r->filename);
  +	    MODNAME ": read failed from uncompress of %s", r->filename);
   	return -1;
       }
       apr_pool_destroy(sub_context);