better logging
This commit is contained in:
@ -274,7 +274,7 @@ class I2PSessionMuxedImpl extends I2PSessionImpl2 implements I2PSession {
|
|||||||
_demultiplexer.messageAvailable(I2PSessionMuxedImpl.this,
|
_demultiplexer.messageAvailable(I2PSessionMuxedImpl.this,
|
||||||
msg.id, msg.size, msg.proto, msg.fromPort, msg.toPort);
|
msg.id, msg.size, msg.proto, msg.fromPort, msg.toPort);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
_log.error("Error notifying app of message availability");
|
_log.error("Error notifying app of message availability", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user