X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FCpuMp.c;fp=UefiCpuPkg%2FCpuDxe%2FCpuMp.c;h=b3c0178d0708f3a2d18de8fd94141e7a8d63ff98;hp=372c1e3ce4de9ee78a6411b83e0af21f2ab718a7;hb=d2f0ff1e49686fe945f7c531972bd843f0f7da8e;hpb=1dac45f53058a314e66daa54fbb7a26e4fa00b0a diff --git a/UefiCpuPkg/CpuDxe/CpuMp.c b/UefiCpuPkg/CpuDxe/CpuMp.c index 372c1e3ce4..b3c0178d07 100644 --- a/UefiCpuPkg/CpuDxe/CpuMp.c +++ b/UefiCpuPkg/CpuDxe/CpuMp.c @@ -622,7 +622,7 @@ InitializeMpSupport ( MpInitLibGetNumberOfProcessors (&NumberOfProcessors, &NumberOfEnabledProcessors); mNumberOfProcessors = NumberOfProcessors; - DEBUG ((DEBUG_ERROR, "Detect CPU count: %d\n", mNumberOfProcessors)); + DEBUG ((DEBUG_INFO, "Detect CPU count: %d\n", mNumberOfProcessors)); // // Update CPU healthy information from Guided HOB