mirror of https://github.com/acidanthera/audk.git
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:
parent
b78b4da1fb
commit
d90bf1f973
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue