[cli] Fix overlay install error message (no resume)

This commit is contained in:
derrod 2021-12-30 16:24:24 +01:00
parent dfaccba2cb
commit af08f5d11b

View file

@ -2065,9 +2065,8 @@ class LegendaryCLI:
dlm.start()
dlm.join()
except Exception as e:
logger.warning(f'The following exception occurred while waiting for the downloader to finish: {e!r}. '
f'Try restarting the process, the resume file will be used to start where it failed. '
f'If it continues to fail please open an issue on GitHub.')
logger.error(f'The following exception occurred while waiting for the downloader to finish: {e!r}. '
f'Try restarting the process, if it continues to fail please open an issue on GitHub.')
else:
logger.info('Finished downloading, setting up overlay...')
self.core.finish_overlay_install(igame)