log level tweak

This commit is contained in:
zzz
2020-04-06 12:46:16 +00:00
parent 5229c0e811
commit f9d7cfa7e1

View File

@ -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())