summaryrefslogtreecommitdiff
path: root/common/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/acpi.c')
-rw-r--r--common/acpi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/acpi.c b/common/acpi.c
index 68134a86e0..87e9c4fd27 100644
--- a/common/acpi.c
+++ b/common/acpi.c
@@ -313,7 +313,8 @@ int acpi_ap_to_ec(int is_cmd, uint8_t value, uint8_t *resultptr)
* does a lot of keyboard backlights and it scrolls the
* debug console.
*/
- CPRINTF("\r[%T ACPI kblight %d]", data);
+ CPRINTF("\r[%pT ACPI kblight %d]",
+ PRINTF_TIMESTAMP_NOW, data);
kblight_set(data);
break;
#endif