Add 2 more chars to log names
This commit is contained in:
@@ -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 ",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user