summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_acad.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpica/acpi_acad.c')
-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