X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FLog.cc;h=96827e1a8be84a9219bbb47e1569f195af82f6eb;hp=96c70955da1231d9d687260f75698ba5d9c74f74;hb=892da43bf5796e7c5f593a6d0f53bd797a36bd3e;hpb=ca0f7bdfba63140dca0bd20586d31980f3938eb2 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);