Do not print stacktrace on TransferServer shutdown()
This commit is contained in:
parent
ecd9ca5af5
commit
8091a763ad
@ -102,7 +102,6 @@ public class ClientConnection implements Runnable {
|
||||
shutdown();
|
||||
} catch (IOException e) {
|
||||
logger.severe("Failed to get IO-Stream");
|
||||
e.printStackTrace();
|
||||
shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user