mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Print short message on exception to avoid spamming console. Fixes BUKKIT-2018
This commit is contained in:
@@ -87,7 +87,7 @@ public class DedicatedServerConnectionThread extends Thread {
|
||||
|
||||
this.a(netloginhandler);
|
||||
} catch (IOException ioexception) {
|
||||
ioexception.printStackTrace();
|
||||
a.warning("DSCT: " + ioexception.getMessage()); // CraftBukkit
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user