Set a name for the consumer thread

This commit is contained in:
Brokkonaut
2018-08-03 03:08:23 +02:00
parent 60a049ed49
commit 2c06c90c6d

View File

@ -61,10 +61,8 @@ public class Consumer extends Thread {
Consumer(LogBlock logblock) {
this.logblock = logblock;
try {
Class.forName("PlayerLeaveRow");
} catch (final ClassNotFoundException ex) {
}
PlayerLeaveRow.class.getName(); // preload this class
setName("Logblock-Consumer");
}
/**