[CRIU] Re: [PATCH] restore: missed carriage return added
Pavel Emelyanov
xemul at openvz.org
Fri Jan 27 11:03:15 EST 2012
On 01/27/2012 08:01 PM, Stanislav Kinsbursky wrote:
>
>
> Signed-off-by: Stanislav Kinsbursky <skinsbursky at parallels.com>
Ack
>
> ---
> 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