Enlarge log message buffer from 16 to 256

This commit is contained in:
2023-07-02 22:54:54 +02:00
parent f1ba02756a
commit db4bca6f13

View File

@ -20,7 +20,7 @@
#include <malloc.h>
#define LOG_MAX_MSG_SIZE 2048
#define LOG_BUF_SIZE 16
#define LOG_BUF_SIZE 256
#define LOG_NAME_LEN 12
#define LOG_PREFIX_LEN 256