git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd5bed
)
log "empty shape" messages as level debug.
author
kramm
<kramm>
Sat, 14 Aug 2004 07:44:51 +0000
(07:44 +0000)
committer
kramm
<kramm>
Sat, 14 Aug 2004 07:44:51 +0000
(07:44 +0000)
pdf2swf/swfoutput.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/swfoutput.cc
b/pdf2swf/swfoutput.cc
index
0e8b257
..
be993e4
100644
(file)
--- a/
pdf2swf/swfoutput.cc
+++ b/
pdf2swf/swfoutput.cc
@@
-1293,7
+1293,7
@@
static void endshape()
swf_ShapeSetEnd(tag);
if(shapeisempty) {
- msg("<warning> empty shape");
+ msg("<debug> empty shape");
// TODO: delete tag
}