From 2eeb36647ec113724d2ca5988c19559cf6856bf6 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 25 Mar 2013 14:49:44 +0400 Subject: [PATCH] pstree: Add more debug output for prepare_pstree_kobj_ids Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- pstree.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pstree.c b/pstree.c index cddca5a63..d68d8faeb 100644 --- a/pstree.c +++ b/pstree.c @@ -544,6 +544,7 @@ set_mask: } } + pr_debug("NS mask to use %lx\n", current_ns_mask); return 0; }