Fixed some stuff.

This commit is contained in:
Davide Paro 2021-10-19 18:37:06 +02:00
parent 783a0070e5
commit add04ef1d6

View File

@ -36,7 +36,13 @@ static struct {
int level; int level;
bool quiet; bool quiet;
Callback callbacks[MAX_CALLBACKS]; Callback callbacks[MAX_CALLBACKS];
} L; } L = {
NULL,
NULL,
RXI_LOGC_DEFAULT_LEVEL,
false,
{0},
};
static const char *level_strings[] = { static const char *level_strings[] = {