Do not raise exception when failing to quit Steam

This commit is contained in:
Mathieu Comandon 2019-01-19 10:32:17 -08:00
parent 5cb4e34dd5
commit be98908d51

View file

@ -402,7 +402,7 @@ class winesteam(wine.wine):
logger.info("Forcing Steam shutdown")
kill()
if not has_steam_shutdown(5):
raise RuntimeError("Failed to shut down Wine Steam :(")
logger.error("Failed to shut down Wine Steam :(")
def prelaunch(self):
super().prelaunch()