]> granicus.if.org Git - apache/commitdiff
improve error message for missing mime types file
authorJeff Trawick <trawick@apache.org>
Wed, 22 Mar 2000 11:21:58 +0000 (11:21 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 22 Mar 2000 11:21:58 +0000 (11:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84824 13f79535-47bb-0310-9956-ffa450edef68

modules/http/mod_mime.c

index a39c7a2e8bb5224e68e0e8a07832e62bac5361ab..fbb3775cddfae7476c55361f53f9092541c6d3eb 100644 (file)
@@ -312,7 +312,7 @@ static void mime_post_config(ap_context_t *p, ap_context_t *plog, ap_context_t *
 
     if ((status = ap_pcfg_openfile(&f, p, types_confname)) != APR_SUCCESS) {
         ap_log_error(APLOG_MARK, APLOG_ERR, status, s,
-                    "could not open mime types log file %s.", types_confname);
+                    "could not open mime types config file %s.", types_confname);
         exit(1);
     }