Add 2 more chars to log names

This commit is contained in:
Justin C. Miller
2018-05-21 01:02:47 -07:00
parent 2597e2002b
commit e187679f93

View File

@@ -11,10 +11,10 @@ static const uint8_t level_colors[] = {0x07, 0x0f, 0x0b, 0x09};
static const char *levels[] = {"debug", " info", " warn", "error", "fatal"};
static const char *areas[] = {
"boot ",
"mem ",
"memory",
"apic ",
"dev ",
"driv",
"device",
"driver",
"file ",
"task ",