mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 00:54:16 +03:00
Changed ERROR to an "info".
date 2002.12.05.23.06.00; author rmoore1; state Exp;
This commit is contained in:
parent
4ec909ff03
commit
fbd62ddf56
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Module Name: hwregs - Read/write access functions for the various ACPI
|
||||
* control and status registers.
|
||||
* $Revision: 1.136 $
|
||||
* $Revision: 1.137 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -243,7 +243,7 @@ AcpiGetSleepTypeData (
|
||||
NULL, &ObjDesc);
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
ACPI_REPORT_ERROR (("%s while evaluating SleepState [%s]\n",
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "%s while evaluating SleepState [%s]\n",
|
||||
AcpiFormatException (Status), AcpiGbl_DbSleepStates[SleepState]));
|
||||
|
||||
return_ACPI_STATUS (Status);
|
||||
|
Loading…
x
Reference in New Issue
Block a user