This commit is contained in:
Adrian Teuscher 2023-01-27 19:45:06 +01:00
commit 5d17177498
184 changed files with 4180 additions and 2318 deletions

View file

@ -345,7 +345,7 @@ static void print_debug_level(void) {
char dbglvlstr[20] = {0};
switch (g_dbglevel) {
case DBG_NONE:
sprintf(dbglvlstr, "none");
sprintf(dbglvlstr, "off");
break;
case DBG_ERROR:
sprintf(dbglvlstr, "error");