mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Print short message on exception to avoid spamming console. Fixes BUKKIT-2018
This commit is contained in:
parent
dcf83bc1b5
commit
f5794937a9
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class DedicatedServerConnectionThread extends Thread {
|
|||
|
||||
this.a(netloginhandler);
|
||||
} catch (IOException ioexception) {
|
||||
ioexception.printStackTrace();
|
||||
a.warning("DSCT: " + ioexception.getMessage()); // CraftBukkit
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue