1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Make missing locale log as debug (#4940)

This commit is contained in:
rtm516
2024-08-06 12:56:10 +01:00
committed by GitHub
parent ea6b0df9b5
commit 83d8c19824

View File

@@ -150,7 +150,7 @@ public class GeyserLocale {
} else {
if (!validLocalLanguage) {
// Don't warn on missing locales if a local file has been found
bootstrap.getGeyserLogger().warning("Missing locale: " + locale);
bootstrap.getGeyserLogger().debug("Missing locale: " + locale);
}
}