fixed logfs with no priority
[swftools.git] / 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;
        }