[CRIU] Re: [PATCH 4/4] Assorted error messages fixed

Cyrill Gorcunov gorcunov at openvz.org
Mon Jan 30 12:31:59 EST 2012


On Mon, Jan 30, 2012 at 09:18:40PM +0400, Kir Kolyshkin wrote:
> --- a/cr-restore.c
> +++ b/cr-restore.c
> @@ -784,7 +784,7 @@ static int restore_pipe_data(struct pipe_entry *e, int wfd, int pipes_fd)
>  	while (size != e->bytes) {
>  		ret = splice(pipes_fd, NULL, wfd, NULL, e->bytes, 0);
>  		if (ret < 0) {
> -			pr_perror("\t%x: Error splicing data", e->pipeid);
> +			4r_perror("\t%x: Error splicing data", e->pipeid);

This one is hard to compile ;)

	Cyrill


More information about the CRIU mailing list