From 3cd92ce70ed33d75b65cd5b73e631cbea6c8e798 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 29 Oct 2001 15:07:57 +0000 Subject: [PATCH] fixed logfs with no priority --- pdf2swf/swfoutput.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2swf/swfoutput.cc b/pdf2swf/swfoutput.cc index 8a9a55b..1890e97 100644 --- a/pdf2swf/swfoutput.cc +++ b/pdf2swf/swfoutput.cc @@ -441,7 +441,7 @@ void drawchar(struct swfoutput*obj, SWFFont*font, char*character, swfmatrix*m) char* charname = character; if(!outline) { - logf("Didn't find %s in current charset (%s)", + logf(" Didn't find %s in current charset (%s)", character,font->getName()); return; } -- 1.7.10.4