Changed message when translation not found

Apparently the old message wasn't clear enough
This commit is contained in:
Eric 2016-08-05 21:25:57 +02:00
parent d3111a3670
commit 7e24b8e596

View File

@ -41,7 +41,7 @@ public class LanguageConfiguration extends FileConfiguration {
}
}
plugin.getLogger().warning("Using default value for: " + path + " (" + def + ")");
plugin.getLogger().info("Could not find translation for \"" + path + "\" in selected language file. Using default translation (" + def + ")");
return def;
}