diff --git a/source/tools/entity/checkrefs.py b/source/tools/entity/checkrefs.py index 61c2734a6a..d320b4464b 100755 --- a/source/tools/entity/checkrefs.py +++ b/source/tools/entity/checkrefs.py @@ -152,6 +152,7 @@ class CheckRefs: for mod in mods: mod_json_path = self.vfs_root / mod / "mod.json" if not exists(mod_json_path): + self.logger.warning('Failed to find the mod.json for "%s"', mod) continue with open(mod_json_path, encoding="utf-8") as f: