diff options
Diffstat (limited to 'Build/source/texk/kpathsea/cnf.c')
-rw-r--r-- | Build/source/texk/kpathsea/cnf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/cnf.c b/Build/source/texk/kpathsea/cnf.c index 7bc6f1b9e41..951edd550eb 100644 --- a/Build/source/texk/kpathsea/cnf.c +++ b/Build/source/texk/kpathsea/cnf.c @@ -198,7 +198,7 @@ read_all_cnf P1H(void) } free (cnf_files); } else - WARNING1 ("Couldn't find file texmf.cnf in any of these directories:\n%s\nTrying to proceed..", cnf_path); + WARNING1 ("Configuration file texmf.cnf not found! Searched these directories:\n%s\nTrying to proceed..", cnf_path); } /* Read the cnf files on the first call. Return the first value in the |