I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 3a25a91c authored by zzz's avatar zzz
Browse files

log tweak

parent 0519ea47
No related branches found
No related tags found
No related merge requests found
......@@ -106,12 +106,12 @@ class SAMDatagramSession extends SAMMessageSession {
}
} catch (DataFormatException e) {
if (_log.shouldLog(Log.DEBUG)) {
_log.debug("Dropping ill-formatted I2P repliable datagram");
_log.debug("Dropping ill-formatted I2P repliable datagram", e);
}
return;
} catch (I2PInvalidDatagramException e) {
if (_log.shouldLog(Log.DEBUG)) {
_log.debug("Dropping ill-signed I2P repliable datagram");
_log.debug("Dropping ill-signed I2P repliable datagram", e);
}
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment