X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FLog.cc;h=96827e1a8be84a9219bbb47e1569f195af82f6eb;hb=2fdb5f5824826a6c54f5afde8c62eafd24c1a152;hp=96c70955da1231d9d687260f75698ba5d9c74f74;hpb=ca0f7bdfba63140dca0bd20586d31980f3938eb2;p=chaz%2Fyoink diff --git a/src/Moof/Log.cc b/src/Moof/Log.cc index 96c7095..96827e1 100644 --- a/src/Moof/Log.cc +++ b/src/Moof/Log.cc @@ -116,7 +116,7 @@ void logDebug(const char* fmt, ...) va_end(args); } -static void logScript(const char* fmt, ...) +void logScript(const char* fmt, ...) { va_list args; va_start(args, fmt);