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