[CRIU] [PATCH] mount: Add missing \Newline

Pavel Emelyanov xemul at parallels.com
Wed Oct 9 06:18:03 PDT 2013


On 10/09/2013 02:09 PM, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  mount.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mount.c b/mount.c
> index efec0f8..f76367f 100644
> --- a/mount.c
> +++ b/mount.c
> @@ -273,7 +273,7 @@ static int validate_mounts(struct mount_info *info)
>  				continue;
>  			if (mlen > tlen && m->mountpoint[tlen] != '/')
>  				continue;
> -			pr_err("%d:%s is overmounted", m->mnt_id, m->mountpoint);
> +			pr_err("%d:%s is overmounted\n", m->mnt_id, m->mountpoint);
>  			return -1;
>  		}
>  	}
> 


applied


More information about the CRIU mailing list