mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 09:54:42 +03:00
Made a debug message a permanent error msg
date 2004.04.02.21.00.00; author rmoore1; state Exp;
This commit is contained in:
parent
698fe43970
commit
dd921788c1
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user