diff --git a/update.py b/update.py index 14360a4b..6e1564f9 100644 --- a/update.py +++ b/update.py @@ -191,8 +191,9 @@ class Updater: try: check_for_fdev_updates(local=True) except Exception as e: - logger.info('Tried to update local FDEV files but failed.') - logger.info(e) + logger.info("Tried to update bundle FDEV files but failed. Don't worry, " + "this likely isn't important and can be ignored unless" + f" you run into other issues. If you're curious: {e}") def check_appcast(self) -> EDMCVersion | None: """