mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-27 08:24:44 +02:00
Locale.ENGLISH!!1!
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user