forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@ -106,12 +106,12 @@ class SAMDatagramSession extends SAMMessageSession {
|
|||||||
}
|
}
|
||||||
} catch (DataFormatException e) {
|
} catch (DataFormatException e) {
|
||||||
if (_log.shouldLog(Log.DEBUG)) {
|
if (_log.shouldLog(Log.DEBUG)) {
|
||||||
_log.debug("Dropping ill-formatted I2P repliable datagram");
|
_log.debug("Dropping ill-formatted I2P repliable datagram", e);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
} catch (I2PInvalidDatagramException e) {
|
} catch (I2PInvalidDatagramException e) {
|
||||||
if (_log.shouldLog(Log.DEBUG)) {
|
if (_log.shouldLog(Log.DEBUG)) {
|
||||||
_log.debug("Dropping ill-signed I2P repliable datagram");
|
_log.debug("Dropping ill-signed I2P repliable datagram", e);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user