diff --git a/Platform/OpenCore/OpenCoreAcpi.c b/Platform/OpenCore/OpenCoreAcpi.c index 23e7d1c9e3db7db0286957ad6ac96af1b4d84b6d..beb0d01430daa43d862aa8f7d576ef8eb88896b4 100644 --- a/Platform/OpenCore/OpenCoreAcpi.c +++ b/Platform/OpenCore/OpenCoreAcpi.c @@ -106,10 +106,11 @@ OcAcpiBlockTables ( if (EFI_ERROR (Status)) { DEBUG (( DEBUG_WARN, - "OC: Failed to drop ACPI %08X %016LX %u - %r\n", + "OC: Failed to drop ACPI %08X %016LX %u (%d) - %r\n", Signature, OemTableId, Table->TableLength, + Table->All, Status )); }