diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2003-09-14 17:47:44 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2003-09-14 17:47:44 +0000 |
| commit | 5f7e1e2f827b710fab67191966984ccb55962bcd (patch) | |
| tree | 27a19c8580e877ad019650caa073fc4de91a7c85 | |
| parent | 0d6274697954a5e98c720919359b452e66eff507 (diff) | |
Notes
| -rw-r--r-- | sys/dev/acpica/acpi_acad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_acad.c b/sys/dev/acpica/acpi_acad.c index 605ee1a40eed..43e9681c7cae 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: |
