From 2e65407033257d43578096c9d1eacffd6235fcfb Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 16:56:16 +0000 Subject: [PATCH] Debug output fixes date 2002.05.10.22.25.00; author rmoore1; state Exp; --- source/components/hardware/hwregs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/hardware/hwregs.c b/source/components/hardware/hwregs.c index 82777991e..41b367ee0 100644 --- a/source/components/hardware/hwregs.c +++ b/source/components/hardware/hwregs.c @@ -3,7 +3,7 @@ * * Module Name: hwregs - Read/write access functions for the various ACPI * control and status registers. - * $Revision: 1.128 $ + * $Revision: 1.129 $ * ******************************************************************************/ @@ -523,7 +523,7 @@ AcpiSetRegister ( ACPI_REGISTER_INSERT_VALUE (RegisterValue, BitRegInfo->BitPosition, BitRegInfo->AccessBitMask, Value); - ACPI_DEBUG_PRINT ((ACPI_DB_IO, "About to write %04X to %8.8X%8.8X\n", + ACPI_DEBUG_PRINT ((ACPI_DB_IO, "About to write %4.4X to %8.8X%8.8X\n", RegisterValue, ACPI_HIDWORD (AcpiGbl_FADT->XPm2CntBlk.Address), ACPI_LODWORD (AcpiGbl_FADT->XPm2CntBlk.Address)));