summaryrefslogtreecommitdiff
path: root/board/fizz/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/fizz/board.c')
-rw-r--r--board/fizz/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/fizz/board.c b/board/fizz/board.c
index 4e51c9851c..70ee2a70c7 100644
--- a/board/fizz/board.c
+++ b/board/fizz/board.c
@@ -818,7 +818,7 @@ int fan_percent_to_rpm(int fan, int pct)
if (fan_table[current_level].rpm !=
fan_get_rpm_target(FAN_CH(fan)))
- cprintf(CC_THERMAL, "[%T Setting fan RPM to %d]\n",
+ cprints(CC_THERMAL, "Setting fan RPM to %d",
fan_table[current_level].rpm);
return fan_table[current_level].rpm;