mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-13 20:42:34 +08:00
refactor: remove unnecessary toString call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user