diff --git a/criu/pstree.c b/criu/pstree.c index 41df846ed..660f1b9d9 100644 --- a/criu/pstree.c +++ b/criu/pstree.c @@ -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; } }