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:
Andrzej Kapolka
2009-06-04 22:50:11 +00:00
parent 37801c3cf0
commit a707fa6234
@@ -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);
} }
} }