X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Flog.c;h=63136987f2e88e61ad9f84424a9d049d609a37ef;hb=30ba7633c3e0be8ed075814f26075cf8171a7db9;hp=ace2987c577e1556da501debc51b821963bbd8bf;hpb=e3355d3845678422c3a46741f7209f921c80cb70;p=swftools.git diff --git a/lib/log.c b/lib/log.c index ace2987..6313698 100644 --- 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;