Spaaaaaace! So much space! Gotta see it all!

This commit is contained in:
snowleo 2012-03-23 14:30:00 +01:00
parent 8a22258945
commit a0cba8e63d

View file

@ -126,7 +126,7 @@ public class EssentialsConf extends YamlConfiguration
{
buffer.rewind();
data.clear();
LOGGER.log(Level.INFO, "File " + configFile.getAbsolutePath().toString() + "is not utf-8 encoded, trying " + Charset.defaultCharset().displayName());
LOGGER.log(Level.INFO, "File " + configFile.getAbsolutePath().toString() + " is not utf-8 encoded, trying " + Charset.defaultCharset().displayName());
decoder = Charset.defaultCharset().newDecoder();
result = decoder.decode(buffer, data, true);
if (result.isError())