forked from I2P_Developers/i2p.i2p
log level tweak
This commit is contained in:
@ -72,8 +72,8 @@ public class GarlicMessageParser {
|
||||
}
|
||||
CloveSet rv = _context.eciesEngine().decrypt(encData, encryptionKey, rskm);
|
||||
if (rv != null) {
|
||||
if (_log.shouldWarn())
|
||||
_log.warn("ECIES decrypt success, cloves: " + rv.getCloveCount());
|
||||
if (_log.shouldDebug())
|
||||
_log.debug("ECIES decrypt success, cloves: " + rv.getCloveCount());
|
||||
return rv;
|
||||
} else {
|
||||
if (_log.shouldWarn())
|
||||
|
Reference in New Issue
Block a user