1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-11 18:49:16 +00:00

Add readable name for log level "none".

This commit is contained in:
Radosław Kujawa 2018-03-24 23:05:42 +01:00
parent 363bb56fc6
commit fc1503c3f0

View File

@ -6,7 +6,7 @@
#include "log.h"
static const char *level_str[] = {
"",
"NONE", /* should never appear in log */
"CRITICAL",
"ERROR",
"INFO",