diff --git a/src/mcedit2/util/minecraftinstall.py b/src/mcedit2/util/minecraftinstall.py index 5e9c401..6452ae8 100644 --- a/src/mcedit2/util/minecraftinstall.py +++ b/src/mcedit2/util/minecraftinstall.py @@ -183,7 +183,7 @@ def _listInstalls(): install.checkUsable() yield install except MCInstallError as e: - log.exception("Not using install %s: %s", install.path, e) + log.warn("Not using install %s: %s", install.path, e) def listInstalls():