Changes the strings file warning to a "finest" log message
This commit is contained in:
parent
e048eeefe4
commit
e6672fc2e2
@ -76,7 +76,7 @@ public final class Translator {
|
||||
public static Map<TranslatableMessage, String> loadCustomTranslatedMessages(String language) {
|
||||
File strings = new File(PermissionSigns.getInstance().getDataFolder(), "strings.yml");
|
||||
if (!strings.exists()) {
|
||||
PermissionSigns.getInstance().getLogger().log(Level.WARNING, "Strings file not found");
|
||||
PermissionSigns.getInstance().getLogger().log(Level.FINEST, "Strings file not found");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user