Made a debug message a permanent error msg

date	2004.04.02.21.00.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:29:45 +00:00
parent 698fe43970
commit dd921788c1

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: exfldio - Aml Field I/O
* $Revision: 1.103 $
* $Revision: 1.104 $
*
*****************************************************************************/
@ -333,7 +333,7 @@ AcpiExAccessRegion (
}
else if (Status == AE_NOT_EXIST)
{
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR,
ACPI_REPORT_ERROR ((
"Region %s(%X) has no handler\n",
AcpiUtGetRegionName (RgnDesc->Region.SpaceId),
RgnDesc->Region.SpaceId));