From 1e67669fc678cb5c933c19561297b335dc433150 Mon Sep 17 00:00:00 2001 From: njl Date: Sun, 14 Sep 2003 17:47:44 +0000 Subject: Print notify values as hex. --- sys/dev/acpica/acpi_acad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/acpica') 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: -- cgit v1.1