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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user