mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
pstree: print clone flags in error message
Signed-off-by: Han-Wen Nienhuys <hanwen@engflow.com>
This commit is contained in:
parent
d855501575
commit
7748b3fe73
1 changed files with 1 additions and 1 deletions
|
|
@ -962,7 +962,7 @@ static int prepare_pstree_kobj_ids(void)
|
|||
* this namespace is either inherited from the
|
||||
* criu or is created for the init task (only)
|
||||
*/
|
||||
pr_err("Can't restore sub-task in NS\n");
|
||||
pr_err("Can't restore sub-task in NS (cflags %lx)\n", cflags);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue