2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

dump: add some stray newlines to pr_infos

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Tycho Andersen
2016-01-13 15:46:00 +03:00
committed by Pavel Emelyanov
parent 25b88d10d9
commit 751a4982a9

View File

@@ -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;