Keep basic error reporting

This commit is contained in:
Kyle Feuz
2014-04-21 16:24:30 -07:00
parent 43d1d5a2fe
commit 7ae40bed1a
@@ -267,6 +267,8 @@ public class Server implements Runnable {
}
} catch (SocketException e) {
//thrown when server.close() is called and server is waiting on accept
System.err.println("Server SocketException: " + e.getMessage());
thread = null;
} catch (IOException e) {
//errorMessage("run", e);
e.printStackTrace();