[CRIU] [PATCH] mount: Add missing \n in cr_pivot_root message

Cyrill Gorcunov gorcunov at openvz.org
Tue Mar 26 07:47:58 EDT 2013


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

diff --git a/mount.c b/mount.c
index 4fcc9a4..9fa6e0d 100644
--- a/mount.c
+++ b/mount.c
@@ -597,7 +597,7 @@ static int cr_pivot_root()
 {
 	char put_root[] = "crtools-put-root.XXXXXX";
 
-	pr_info("Move the root to %s", opts.root);
+	pr_info("Move the root to %s\n", opts.root);
 
 	if (chdir(opts.root)) {
 		pr_perror("chdir(%s) failed", opts.root);
-- 
1.8.1.4



More information about the CRIU mailing list