1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-30 09:49:51 +02:00

Locale.ENGLISH!!1!

This commit is contained in:
snowleo
2011-11-27 06:23:07 +01:00
parent f5271774da
commit 164dbf0af4
10 changed files with 19 additions and 15 deletions

View File

@@ -187,7 +187,7 @@ public class XMPPManager extends Handler implements MessageListener, ChatManager
final String level = config.getString("log-level", "info");
try
{
logLevel = Level.parse(level.toUpperCase());
logLevel = Level.parse(level.toUpperCase(Locale.ENGLISH));
}
catch (IllegalArgumentException e)
{