[CRIU] [PATCH 02/17] unix: Unify id and ino prints

Vasily Averin vvs at virtuozzo.com
Mon Apr 2 09:03:18 MSK 2018


On 2018-04-01 23:07, Cyrill Gorcunov wrote:
> @@ -1028,7 +1028,7 @@ int unix_note_scm_rights(int id_for, uint32_t *file_ids, int *fds, int n_ids)
>  			return -1;
>  		}
>  
> -		pr_info("scm: add file %d -> %d\n", tgt->id, vpid(owner));
> +		pr_info("scm: add file %#x -> %d\n", tgt->id, vpid(owner));

Did you missed probably to change second %d (vpid(owner) )?

>  		sfle = xmalloc(sizeof(*sfle));
>  		if (!sfle)
>  			return -1;


More information about the CRIU mailing list