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 *levels[] = {"debug", " info", " warn", "error", "fatal"};
static const char *areas[] = { static const char *areas[] = {
"boot ", "boot ",
"mem ", "memory",
"apic ", "apic ",
"dev ", "device",
"driv", "driver",
"file ", "file ",
"task ", "task ",