diff options
Diffstat (limited to 'sys/contrib/dev/acpica/evmisc.c')
| -rw-r--r-- | sys/contrib/dev/acpica/evmisc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/evmisc.c b/sys/contrib/dev/acpica/evmisc.c index 92fe7a27a505..0ecb99192cad 100644 --- a/sys/contrib/dev/acpica/evmisc.c +++ b/sys/contrib/dev/acpica/evmisc.c @@ -2,7 +2,7 @@ * * Module Name: evmisc - ACPI device notification handler dispatch * and ACPI Global Lock support - * $Revision: 19 $ + * $Revision: 20 $ * *****************************************************************************/ @@ -157,7 +157,7 @@ AcpiEvNotifyDispatch ( DEBUG_PRINT (ACPI_INFO, - ("Dispatching Notify(%d) on device %p\n", NotifyValue, Device)); + ("Dispatching Notify(%X) on device %p\n", NotifyValue, Device)); switch (NotifyValue) { |
