From: Erik Abele Date: Sun, 31 Aug 2003 20:41:41 +0000 (+0000) Subject: Re-phrase log message: mime.types is not a log file :) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e07d48b66c0a21c9d1583e79079699c1176cfe6;p=thirdparty%2Fapache%2Fhttpd.git Re-phrase log message: mime.types is not a log file :) This is now also consistent with 2.0/2.1. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101144 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/modules/standard/mod_mime.c b/src/modules/standard/mod_mime.c index 728b1d747f5..3d9e0919442 100644 --- a/src/modules/standard/mod_mime.c +++ b/src/modules/standard/mod_mime.c @@ -347,7 +347,7 @@ static void init_mime(server_rec *s, pool *p) if (!(f = ap_pcfg_openfile(p, types_confname))) { ap_log_error(APLOG_MARK, APLOG_ERR, s, - "could not open mime types log file %s.", types_confname); + "could not open mime types config file %s.", types_confname); exit(1); }