mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-26 00:40:15 +01:00
Make missing locale log as debug (#4940)
This commit is contained in:
parent
ea6b0df9b5
commit
83d8c19824
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue