mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-09 06:18:20 +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) {
|
} catch (NoSuchFileException ignored) {
|
||||||
// Cache doesn't exist, generate it.
|
// Cache doesn't exist, generate it.
|
||||||
} catch (Exception exception) {
|
} catch (Exception exception) {
|
||||||
Grasscutter.getLogger().error("Error loading textmaps cache: " + exception.toString());
|
Grasscutter.getLogger().error("Error loading textmaps cache: " + exception);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Regenerate cache
|
// Regenerate cache
|
||||||
|
Loading…
Reference in New Issue
Block a user