summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-09-14 17:47:44 +0000
committernjl <njl@FreeBSD.org>2003-09-14 17:47:44 +0000
commit1e67669fc678cb5c933c19561297b335dc433150 (patch)
tree27a19c8580e877ad019650caa073fc4de91a7c85 /sys/dev/acpica
parent8a741343b8230a5307ef1d39be1f3e4d03390dc8 (diff)
downloadFreeBSD-src-1e67669fc678cb5c933c19561297b335dc433150.zip
FreeBSD-src-1e67669fc678cb5c933c19561297b335dc433150.tar.gz
Print notify values as hex.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_acad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_acad.c b/sys/dev/acpica/acpi_acad.c
index 605ee1a..43e9681 100644
--- a/sys/dev/acpica/acpi_acad.c
+++ b/sys/dev/acpica/acpi_acad.c
@@ -117,7 +117,7 @@ acpi_acad_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
device_t dev = context;
ACPI_VPRINT(dev, acpi_device_get_parent_softc(dev),
- "Notify %d\n", notify);
+ "Notify 0x%x\n", notify);
switch (notify) {
case ACPI_DEVICE_CHECK_PNP:
OpenPOWER on IntegriCloud