]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Re-phrase log message: mime.types is not a log file :)
authorErik Abele <erikabele@apache.org>
Sun, 31 Aug 2003 20:41:41 +0000 (20:41 +0000)
committerErik Abele <erikabele@apache.org>
Sun, 31 Aug 2003 20:41:41 +0000 (20:41 +0000)
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

src/modules/standard/mod_mime.c

index 728b1d747f570693ce99636620ef8502ea5b3aea..3d9e09194424a9d711709a7864690b993243626b 100644 (file)
@@ -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);
     }