[CRIU] [PATCH] restorer: Add missing closing brace in print

Pavel Emelyanov xemul at parallels.com
Thu Oct 31 09:01:14 PDT 2013


On 10/29/2013 10:09 PM, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  pie/restorer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pie/restorer.c b/pie/restorer.c
> index 0db8d67..a8706d9 100644
> --- a/pie/restorer.c
> +++ b/pie/restorer.c
> @@ -347,7 +347,7 @@ static unsigned long restore_mapping(const VmaEntry *vma_entry)
>  	if (vma_entry->fd == -1 || !(vma_entry->flags & MAP_SHARED))
>  		prot |= PROT_WRITE;
>  
> -	pr_debug("\tmmap(%"PRIx64" -> %"PRIx64", %x %x %d\n",
> +	pr_debug("\tmmap(%"PRIx64" -> %"PRIx64", %x %x %d)\n",
>  			vma_entry->start, vma_entry->end,
>  			prot, flags, (int)vma_entry->fd);
>  	/*
> 


applied


More information about the CRIU mailing list