From 1533f2bc0a2215261dcbfac8fe24074394ad9337 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 20 Aug 2004 16:44:01 +0000 Subject: [PATCH] refined some log messages. --- pdf2swf/SWFOutputDev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 58fb1a2..d0c7002 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -1205,7 +1205,7 @@ void SWFOutputDev::updateFont(GfxState *state) } if(!fileName) { char * fontname = getFontName(gfxFont); - msg(" Font %s could not be loaded.", fontname); + msg(" Font %s %scould not be loaded.", fontname, embedded?"":"(not embedded) "); msg(" Try putting a TTF version of that font (named \"%s.ttf\") into /swftools/fonts", fontname); fileName = substituteFont(gfxFont, fontid); } -- 1.7.10.4