aboutsummaryrefslogtreecommitdiff
path: root/arm-probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm-probe.c')
-rw-r--r--arm-probe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm-probe.c b/arm-probe.c
index d38e485..24e5e31 100644
--- a/arm-probe.c
+++ b/arm-probe.c
@@ -1227,9 +1227,9 @@ died:
fprintf(stderr, "adaptive: failed to update config\n");
if (sel_ch && sel_ch->min[0] != 999)
- fprintf(stderr, " Voltage: %.2fV min, %.2fV max; "
- "Current: %.4fA min, %.4fA max;"
- " Power: %fW min, %fW max\n",
+ fprintf(stderr, " Voltage: %.2fV min, %.2fV max \n"
+ " Current: %.4fA min, %.4fA max\n"
+ " Power: %fW min, %fW max\n",
sel_ch->min[0], sel_ch->max[0],
sel_ch->min[1], sel_ch->max[1],
sel_ch->min[2], sel_ch->max[2]);