summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--block/test-iosched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/test-iosched.c b/block/test-iosched.c
index 76178e819e6a..8b897483f393 100644
--- a/block/test-iosched.c
+++ b/block/test-iosched.c
@@ -665,7 +665,7 @@ int test_iosched_start_test(struct test_info *t_info)
test_name = ptd->test_info.get_test_case_str_fn(ptd);
else
test_name = "Unknown testcase";
- test_pr_info("%s: Starting test %s\n", __func__, test_name);
+ test_pr_info("%s: Starting test %s", __func__, test_name);
ret = prepare_test(ptd);
if (ret) {