[CRIU] [PATCH] shmem: Add missing \Newline into pr_info

Cyrill Gorcunov gorcunov at openvz.org
Mon Apr 15 05:03:22 EDT 2013


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 shmem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shmem.c b/shmem.c
index d74ff1e..ad72a87 100644
--- a/shmem.c
+++ b/shmem.c
@@ -60,7 +60,7 @@ static int collect_shmem(int pid, VmaEntry *vi)
 		return -1;
 	}
 
-	pr_info("Add new shmem 0x%"PRIx64" (0x0160x%"PRIx64"-0x0160x%"PRIx64")",
+	pr_info("Add new shmem 0x%"PRIx64" (0x0160x%"PRIx64"-0x0160x%"PRIx64")\n",
 				vi->shmid, vi->start, vi->end);
 
 	si = &rst_shmems->entries[nr_shmems];
-- 
1.8.1.4



More information about the CRIU mailing list