Let's get stack traces for these.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5816 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -830,10 +830,10 @@ public class BlockingCommunicator extends Communicator
|
|||||||
log.debug("Datagram reader thread woken up in time to die.");
|
log.debug("Datagram reader thread woken up in time to die.");
|
||||||
|
|
||||||
} catch (IOException ioe) {
|
} catch (IOException ioe) {
|
||||||
log.warning("Error receiving datagram", "error", ioe);
|
log.warning("Error receiving datagram", ioe);
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.warning("Error processing message", "msg", msg, "error", e);
|
log.warning("Error processing message", "msg", msg, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user