log "empty shape" messages as level debug.
authorkramm <kramm>
Sat, 14 Aug 2004 07:44:51 +0000 (07:44 +0000)
committerkramm <kramm>
Sat, 14 Aug 2004 07:44:51 +0000 (07:44 +0000)
pdf2swf/swfoutput.cc

index 0e8b257..be993e4 100644 (file)
@@ -1293,7 +1293,7 @@ static void endshape()
     swf_ShapeSetEnd(tag);
 
     if(shapeisempty) {
-       msg("<warning> empty shape");
+       msg("<debug> empty shape");
        // TODO: delete tag
     }