From 9eb312340031663062d6be70cbe2097b677647c9 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 2 Feb 2016 19:36:35 -0600 Subject: [PATCH 1/1] inode_fixup: don't warn about inode corrections This warning is usually not actionable, and people may assume it indicates a problem with wimlib rather than the program which created the WIM image. So just remove it. --- src/inode_fixup.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/inode_fixup.c b/src/inode_fixup.c index b0b13aac..8e1579db 100644 --- a/src/inode_fixup.c +++ b/src/inode_fixup.c @@ -191,10 +191,6 @@ dentry_tree_fix_inodes(struct wim_dentry *root, struct hlist_head *inode_list) build_inode_list(¶ms.inode_table, inode_list); destroy_inode_table(¶ms.inode_table); - if (unlikely(params.num_inconsistent_inodes)) - WARNING("Fixed %lu invalid hard links in WIM image", - params.num_inconsistent_inodes); - if (unlikely(params.num_dir_hard_links)) WARNING("Ignoring %lu directory hard links", params.num_dir_hard_links); -- 2.43.0