mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 08:24:12 +03:00
Improved debug statement
date 2004.05.11.22.10.00; author rmoore1; state Exp;
This commit is contained in:
parent
9153646f51
commit
7ea14abf2d
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: evmisc - Miscellaneous event manager support functions
|
||||
* $Revision: 1.73 $
|
||||
* $Revision: 1.75 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -210,7 +210,7 @@ AcpiEvQueueNotifyRequest (
|
||||
|
||||
if (NotifyValue <= 7)
|
||||
{
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Notify value: %s\n",
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Notify value: %s\n",
|
||||
AcpiNotifyValueNames[NotifyValue]));
|
||||
}
|
||||
else
|
||||
@ -280,8 +280,8 @@ AcpiEvQueueNotifyRequest (
|
||||
/* There is no per-device notify handler for this device */
|
||||
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
|
||||
"No notify handler for [%4.4s] node %p\n",
|
||||
AcpiUtGetNodeName (Node), Node));
|
||||
"No notify handler for Notify(%4.4s, %X) node %p\n",
|
||||
AcpiUtGetNodeName (Node), NotifyValue, Node));
|
||||
}
|
||||
|
||||
return (Status);
|
||||
|
Loading…
x
Reference in New Issue
Block a user