mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
revise debug messages
This commit is contained in:
parent
31fdf836d3
commit
4a775ea129
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ static int apic_probe(void)
|
|||
|
||||
found_mp:
|
||||
if (!apic_mp) {
|
||||
LOG_ERROR("Didn't find MP config table\n");
|
||||
LOG_INFO("Didn't find MP config table\n");
|
||||
goto no_mp;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue