aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-08-17 13:39:31 +0800
committerAndy Green <andy.green@linaro.org>2012-08-17 13:39:31 +0800
commit99ff4f6abc1cec240187389b956eb43c7f17062c (patch)
treefc24c35028335324978e3a433e16744f15900250
parente5ada377b2f70f640baaefbb75747c2fd9f35b1d (diff)
improve summary
Signed-off-by: Andy Green <andy.green@linaro.org>
-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]);