Commit 6e0353ba authored by Stanislav Kinsbursky's avatar Stanislav Kinsbursky Committed by Cyrill Gorcunov

restore: missed carriage return added

Signed-off-by: 's avatarStanislav Kinsbursky <skinsbursky@parallels.com>
Acked-by: 's avatarPavel Emelyanov <xemul@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent a5228b3b
...@@ -1443,7 +1443,7 @@ static int restore_root_task(int fd, struct cr_options *opts) ...@@ -1443,7 +1443,7 @@ static int restore_root_task(int fd, struct cr_options *opts)
if (ret < 0) if (ret < 0)
return -1; 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); ret = cr_wait_until_greater(&task_entries->nr_in_progress, 0);
if (ret < 0) { if (ret < 0) {
pr_err("Someone can't be restored\n"); pr_err("Someone can't be restored\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment