prj1_tlv/lylib/logger.c
@@ -17,6 +17,7 @@ static unsigned long log_rollback_size = LOG_ROLLBACK_NONE; /* This library is not thread safe */ static logger_t *logger = NULL; char *log_str[LOG_LEVEL_MAX + 1] = { "", "F", "E", "W", "N", "D", "I", "T", "M" };