diff --git a/Src/LoggerPrintf.c b/Src/LoggerPrintf.c index 8ec623d..bf68470 100644 --- a/Src/LoggerPrintf.c +++ b/Src/LoggerPrintf.c @@ -755,7 +755,7 @@ void LoggerPrintf( // // LoggerInfo(logger, "ss", "", 0); - char str[512]; + char str[128]; int result; va_list args;