mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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:
parent
25b88d10d9
commit
751a4982a9
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue