examine: Use logger

This commit is contained in:
sdburns1998
2019-07-07 04:04:57 +02:00
parent e106fe36b7
commit 0d57f8d705

View File

@@ -354,7 +354,7 @@ public class ExaminePlugin extends Plugin
} }
catch (IOException e) catch (IOException e)
{ {
e.printStackTrace(); log.error(e.toString());
} }
message message
.append(ChatColorType.NORMAL) .append(ChatColorType.NORMAL)