mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00: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 {
|
} else {
|
||||||
if (!validLocalLanguage) {
|
if (!validLocalLanguage) {
|
||||||
// Don't warn on missing locales if a local file has been found
|
// 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