Fix bug in log::enable

This commit is contained in:
Justin C. Miller
2018-05-05 15:33:56 -07:00
parent bc6a42735c
commit 569bc243f1
3 changed files with 9 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ init_console(const popcorn_data *header)
cons->puts(GIT_VERSION " booting...\n");
log::init(cons);
//log::enable(logs::apic, log::level::debug);
log::enable(logs::apic, log::level::debug);
log::enable(logs::devices, log::level::debug);
}