better logging

This commit is contained in:
zzz
2010-12-31 13:18:36 +00:00
parent cd1ed63908
commit 3b51f420c4

View File

@ -274,7 +274,7 @@ class I2PSessionMuxedImpl extends I2PSessionImpl2 implements I2PSession {
_demultiplexer.messageAvailable(I2PSessionMuxedImpl.this,
msg.id, msg.size, msg.proto, msg.fromPort, msg.toPort);
} catch (Exception e) {
_log.error("Error notifying app of message availability");
_log.error("Error notifying app of message availability", e);
}
}
}