Remove extra \n before printing run status
authorJens Axboe <axboe@kernel.dk>
Thu, 13 Oct 2011 06:50:46 +0000 (08:50 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Oct 2011 06:50:46 +0000 (08:50 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
stat.c

diff --git a/stat.c b/stat.c
index 48e9d76fac0aa76670287a2ff56856b6559e7b50..e7195c2845c5a156ae441444e25e88776276b171 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -202,7 +202,7 @@ void show_group_stats(struct group_run_stats *rs)
        const char *ddir_str[] = { "   READ", "  WRITE" };
        int i;
 
        const char *ddir_str[] = { "   READ", "  WRITE" };
        int i;
 
-       log_info("\nRun status group %d (all jobs):\n", rs->groupid);
+       log_info("Run status group %d (all jobs):\n", rs->groupid);
 
        for (i = 0; i <= DDIR_WRITE; i++) {
                const int i2p = is_power_of_2(rs->kb_base);
 
        for (i = 0; i <= DDIR_WRITE; i++) {
                const int i2p = is_power_of_2(rs->kb_base);