[CRIU] [PATCH] restore: missed carriage return added

Stanislav Kinsbursky skinsbursky at parallels.com
Fri Jan 27 11:01:51 EST 2012



Signed-off-by: Stanislav Kinsbursky <skinsbursky at parallels.com>

---
 cr-restore.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cr-restore.c b/cr-restore.c
index e0cb2db..e75b605 100644
--- a/cr-restore.c
+++ b/cr-restore.c
@@ -1443,7 +1443,7 @@ static int restore_root_task(int fd, struct cr_options *opts)
 	if (ret < 0)
 		return -1;
 
-	pr_info("Wait until all tasks are restored");
+	pr_info("Wait until all tasks are restored\n");
 	ret = cr_wait_until_greater(&task_entries->nr_in_progress, 0);
 	if (ret < 0) {
 		pr_err("Someone can't be restored\n");



More information about the CRIU mailing list