[CRIU] [PATCH] dump: add missing new line in message

Andrey Vagin avagin at openvz.org
Sun Nov 15 04:06:52 PST 2015


From: Andrew Vagin <avagin at virtuozzo.com>

Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
---
 cr-dump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cr-dump.c b/cr-dump.c
index 58c8470..f1df5af 100644
--- a/cr-dump.c
+++ b/cr-dump.c
@@ -542,7 +542,7 @@ static int get_task_personality(pid_t pid, u32 *personality)
 {
 	int fd, ret = -1;
 
-	pr_info("Obtaining personality ... ");
+	pr_info("Obtaining personality ... \n");
 
 	fd = open_proc(pid, "personality");
 	if (fd < 0)
-- 
2.4.3



More information about the CRIU mailing list