Fix the log level string of NONE.

This commit is contained in:
Nils O. Selåsdal
2013-11-30 04:48:26 +01:00
parent ec63c1e88f
commit bcafaace29
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -75,6 +75,7 @@ static const char *const g_log_levels[] = {
"WARNING",
"UNKNOWN_6",
"ERROR",
"UNKNOWN_8",
"NONE"
};