From 09d97050aa5387212615b93b06aa77ec8d27f27c Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 5 Oct 2015 16:30:38 +0300 Subject: [PATCH] mnt: Add info about mnt image we're reading Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- mount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mount.c b/mount.c index a973e2567..49b066e28 100644 --- a/mount.c +++ b/mount.c @@ -2444,7 +2444,8 @@ static int collect_mnt_from_image(struct mount_info **pms, struct ns_id *nsid) if (nsid->type == NS_OTHER) root_len = print_ns_root(nsid, root, sizeof(root)); - pr_debug("Reading mountpoint images\n"); + pr_debug("Reading mountpoint images (id %d pid %d)\n", + nsid->id, (int)nsid->ns_pid); while (1) { struct mount_info *pm;