diff options
Diffstat (limited to 'source/components/tables/tbutils.c')
-rw-r--r-- | source/components/tables/tbutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/tables/tbutils.c b/source/components/tables/tbutils.c index 0a34708af78de..3e68d75f1a0ec 100644 --- a/source/components/tables/tbutils.c +++ b/source/components/tables/tbutils.c @@ -185,7 +185,7 @@ AcpiTbCopyDsdt ( ACPI_PTR_TO_PHYSADDR (NewTable), ACPI_TABLE_ORIGIN_INTERNAL_VIRTUAL, NewTable); - ACPI_INFO ((AE_INFO, + ACPI_INFO (( "Forced DSDT copy: length 0x%05X copied locally, original unmapped", NewTable->Length)); |