Skip to content

Commit 5b4c819

Browse files
hanwen-flowavagin
authored andcommitted
pstree: print clone flags in error message
Signed-off-by: Han-Wen Nienhuys <[email protected]>
1 parent e5fe6cc commit 5b4c819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

criu/pstree.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ static int prepare_pstree_kobj_ids(void)
962962
* this namespace is either inherited from the
963963
* criu or is created for the init task (only)
964964
*/
965-
pr_err("Can't restore sub-task in NS\n");
965+
pr_err("Can't restore sub-task in NS (cflags %lx)\n", cflags);
966966
return -1;
967967
}
968968
}

0 commit comments

Comments
 (0)