changed logf to msg.
[swftools.git] / lib / log.c
index ace2987..5cefd6e 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;
@@ -244,7 +244,7 @@ static inline void log(char* logString)
    free (logBuffer);
 }
 
-void logf(const char* format, ...)
+void msg(const char* format, ...)
 {
     char buf[1024];
        va_list arglist;