fixed logfs with no priority
authorkramm <kramm>
Mon, 29 Oct 2001 15:07:57 +0000 (15:07 +0000)
committerkramm <kramm>
Mon, 29 Oct 2001 15:07:57 +0000 (15:07 +0000)
pdf2swf/swfoutput.cc

index 8a9a55b..1890e97 100644 (file)
@@ -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("<warning> Didn't find %s in current charset (%s)", 
                 character,font->getName());
         return;
        }