changed logf to msg.
[swftools.git] / lib / log.c
index 6313698..5cefd6e 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -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;