[CRIU] [PATCH] sockets: inet -- Fix typo in message

Pavel Emelyanov xemul at parallels.com
Fri Aug 16 10:57:24 EDT 2013


On 08/16/2013 06:26 PM, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  sk-inet.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sk-inet.c b/sk-inet.c
> index a095c7c..a540e7b 100644
> --- a/sk-inet.c
> +++ b/sk-inet.c
> @@ -485,7 +485,7 @@ static int open_inet_sk(struct file_desc *d)
>  
>  	sk = socket(ie->family, ie->type, ie->proto);
>  	if (sk < 0) {
> -		pr_perror("Can't create unix socket");
> +		pr_perror("Can't create inet socket");
>  		return -1;
>  	}
>  
> 


applied


More information about the CRIU mailing list