mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-09 02:53:23 +08:00
refactor: remove unnecessary toString call
This commit is contained in:
parent
ef58ab3e5a
commit
c3eafba072
@ -361,7 +361,7 @@ public final class Language {
|
||||
} catch (NoSuchFileException ignored) {
|
||||
// Cache doesn't exist, generate it.
|
||||
} catch (Exception exception) {
|
||||
Grasscutter.getLogger().error("Error loading textmaps cache: " + exception.toString());
|
||||
Grasscutter.getLogger().error("Error loading textmaps cache: " + exception);
|
||||
}
|
||||
|
||||
// Regenerate cache
|
||||
|
Loading…
Reference in New Issue
Block a user