mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
Print short message on exception to avoid spamming console. Fixes BUKKIT-2018
This commit is contained in:
parent
dcf83bc1b5
commit
f5794937a9
@ -87,7 +87,7 @@ public class DedicatedServerConnectionThread extends Thread {
|
||||
|
||||
this.a(netloginhandler);
|
||||
} catch (IOException ioexception) {
|
||||
ioexception.printStackTrace();
|
||||
a.warning("DSCT: " + ioexception.getMessage()); // CraftBukkit
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user