EmbeddedPkg: reduce "Found ACPI table" messages from ERROR to INFO

The "Found ACPI table" messages are informative and don't indicate an
error, so reduce the debug level from DEBUG_ERROR to DEBUG_INFO.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
This commit is contained in:
Rebecca Cran 2024-11-26 21:45:56 -07:00 committed by Ard Biesheuvel
parent b78b4da1fb
commit d90bf1f973
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ LocateAndInstallAcpiFromFvConditional (
ASSERT (SectionSize >= AcpiTableSize);
DEBUG ((
DEBUG_ERROR,
DEBUG_INFO,
"- Found '%c%c%c%c' ACPI Table\n",
(((EFI_ACPI_DESCRIPTION_HEADER *)AcpiTable)->Signature & 0xFF),
((((EFI_ACPI_DESCRIPTION_HEADER *)AcpiTable)->Signature >> 8) & 0xFF),