summaryrefslogtreecommitdiff
path: root/dahdi_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'dahdi_test.c')
-rw-r--r--dahdi_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dahdi_test.c b/dahdi_test.c
index 699d9e0..15bf5da 100644
--- a/dahdi_test.c
+++ b/dahdi_test.c
@@ -139,7 +139,7 @@ int main(int argc, char *argv[])
if (score < worst)
worst = score;
if (!verbose)
- printf("%f%% ", score);
+ printf("%.3f%% ", score);
total += score;
delay_total += 100 - percent;
fflush(stdout);