[CRIU] [PATCH 2/3] mnt: Add info about mnt image we're reading

Cyrill Gorcunov gorcunov at openvz.org
Mon Oct 5 06:30:38 PDT 2015


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 mount.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mount.c b/mount.c
index 5936fa81621c..383aec6a8dea 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;
-- 
2.4.3



More information about the CRIU mailing list