Commit 751a4982 authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

dump: add some stray newlines to pr_infos

Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 25b88d10
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment