pstree: print clone flags in error message

Signed-off-by: Han-Wen Nienhuys <hanwen@engflow.com>
This commit is contained in:
Han-Wen Nienhuys 2025-03-10 14:43:24 +01:00 committed by Andrei Vagin
parent d855501575
commit 7748b3fe73

View file

@ -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;
}
}