diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/src/kz/ilotterytea/maxon/player/Savegame.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/kz/ilotterytea/maxon/player/Savegame.java b/core/src/kz/ilotterytea/maxon/player/Savegame.java index 15f69f2..dbabcb1 100644 --- a/core/src/kz/ilotterytea/maxon/player/Savegame.java +++ b/core/src/kz/ilotterytea/maxon/player/Savegame.java @@ -83,7 +83,7 @@ public class Savegame implements Serializable { logger.info("Saved the game"); } catch (IOException e) { - throw new RuntimeException("Failed to save the game", e); + logger.error("Failed to save the game: {}", e.toString()); } } |
