screenloglevel is global now.
[swftools.git] / lib / log.c
index ace2987..6313698 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -27,7 +27,7 @@
 
 #include "log.h"
 
-static int screenloglevel = 1;
+int screenloglevel = 1;
 static int fileloglevel = -1;
 static int socketloglevel = -1;
 static int maxloglevel = 1;