diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2015-02-21 19:38:55 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2015-02-21 19:38:55 +0000 |
commit | d6f062d16f7eda6e397412d0b22603d0dbbd5108 (patch) | |
tree | bcd8473207bdfc30bdd1796b5f3ab3349ae052fc /Build/source | |
parent | 1492fca62bda37ab26dc864e19c49cfabc909969 (diff) |
Improve error message a bit
git-svn-id: svn://tug.org/texlive/trunk@36344 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/dvipdfm-x/dvi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/dvi.c b/Build/source/texk/dvipdfm-x/dvi.c index 33eab251ae5..61fca5f6b1a 100644 --- a/Build/source/texk/dvipdfm-x/dvi.c +++ b/Build/source/texk/dvipdfm-x/dvi.c @@ -952,7 +952,7 @@ dvi_locate_native_font (const char *filename, uint32_t index, mrec = pdf_lookup_fontmap_record(fontmap_key); if (mrec == NULL) { if ((mrec = pdf_insert_native_fontmap_record(path, index, layout_dir, extend, slant, embolden)) == NULL) { - ERROR("Cannot proceed without the font: %s", filename); + ERROR("Failed to insert font record for font: %s", filename); } } |