summaryrefslogtreecommitdiff
path: root/board/nocturne
diff options
context:
space:
mode:
Diffstat (limited to 'board/nocturne')
-rw-r--r--board/nocturne/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nocturne/board.c b/board/nocturne/board.c
index eac0b14b27..4750b3c433 100644
--- a/board/nocturne/board.c
+++ b/board/nocturne/board.c
@@ -742,7 +742,7 @@ int board_set_active_charge_port(int port)
/* Enable requested charge port. */
if (ppc_vbus_sink_enable(port, 1)) {
- CPRINTS("p%d: sink path enable failed.");
+ CPRINTS("p%d: sink path enable failed.", port);
charger_discharge_on_ac(0);
return EC_ERROR_UNKNOWN;
}