[CRIU] [PATCH] dump: add some stray newlines to pr_infos
Tycho Andersen
tycho.andersen at canonical.com
Wed Jan 13 04:46:07 PST 2016
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
cr-dump.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cr-dump.c b/cr-dump.c
index 4f49e14..4ac3eed 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;
--
2.6.4
More information about the CRIU
mailing list