Skip to content

Commit

Permalink
EmbeddedPkg: reduce "Found ACPI table" messages from ERROR to INFO
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bexcran authored and ardbiesheuvel committed Nov 27, 2024
1 parent b78b4da commit d90bf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EmbeddedPkg/Library/AcpiLib/AcpiLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit d90bf1f

Please sign in to comment.