more intuitive text

This commit is contained in:
iceman1001 2023-01-15 14:07:17 +01:00
commit 834c182d63

View file

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