From 751a4982a905bc84c0d2cb048edf7450e98e7673 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Wed, 13 Jan 2016 15:46:00 +0300 Subject: [PATCH] dump: add some stray newlines to pr_infos Signed-off-by: Tycho Andersen Signed-off-by: Pavel Emelyanov --- cr-dump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cr-dump.c b/cr-dump.c index 4f49e1409..4ac3eed1e 100644 --- a/cr-dump.c +++ b/cr-dump.c @@ -1062,7 +1062,7 @@ static int dump_zombies(void) goto err; } - pr_info("Obtaining zombie stat ... "); + pr_info("Obtaining zombie stat ... \n"); if (parse_pid_stat(item->pid.virt, &pps_buf) < 0) goto err; @@ -1180,7 +1180,7 @@ static int dump_one_task(struct pstree_item *item) */ return 0; - pr_info("Obtaining task stat ... "); + pr_info("Obtaining task stat ... \n"); ret = parse_pid_stat(pid, &pps_buf); if (ret < 0) goto err;