[CRIU] [PATCH] pie: add EOL in the error message
Pavel Emelyanov
xemul at parallels.com
Thu Jan 23 01:24:41 PST 2014
On 01/22/2014 06:40 PM, Andrey Vagin wrote:
> Signed-off-by: Andrey Vagin <avagin at openvz.org>
> ---
> pie/parasite.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pie/parasite.c b/pie/parasite.c
> index 372a604..564e244 100644
> --- a/pie/parasite.c
> +++ b/pie/parasite.c
> @@ -72,7 +72,7 @@ static int dump_pages(struct parasite_dump_pages_args *args)
> SPLICE_F_GIFT | SPLICE_F_NONBLOCK);
> if (ret != PAGE_SIZE * args->nr_pages) {
> sys_close(p);
> - pr_err("Can't splice pages to pipe (%d/%d)", ret, args->nr_pages);
> + pr_err("Can't splice pages to pipe (%d/%d)\n", ret, args->nr_pages);
> return -1;
> }
>
>
applied, thanks
More information about the CRIU
mailing list