1
0
Fork 0
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:
Stefan Lankes 2017-05-27 21:19:12 +02:00
parent 31fdf836d3
commit 4a775ea129

View file

@ -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;
}