From d983d43926dcd14e02dee7020f8a17b104c757c2 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 28 Oct 2001 23:21:03 +0000 Subject: [PATCH] changed some errors to warnings. --- pdf2swf/SWFOutputDev.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 94fa6b9..51f051a 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -355,13 +355,13 @@ void showFontError(GfxFont*font, int nr) if(lastdumppos The following font caused problems:"); + logf(" The following font caused problems:"); else if(nr == 1) - logf(" The following font caused problems (substituting):"); + logf(" The following font caused problems (substituting):"); else if(nr == 2) - logf(" This document contains Type 3 Fonts: (some text may be incorrectly displayed)"); + logf(" This document contains Type 3 Fonts: (some text may be incorrectly displayed)"); - dumpFontInfo("", font); + dumpFontInfo("", font); } void dumpFontInfo(char*loglevel, GfxFont*font) -- 1.7.10.4