log level fix

This commit is contained in:
zzz
2025-03-01 16:04:10 -05:00
parent 37a71fd15f
commit 02a0ec190b

View File

@ -166,7 +166,7 @@ class BuildReplyHandler {
ok = BuildResponseRecord.decrypt(rec, replyKey, replyIV);
if (!ok) {
if (log.shouldWarn())
log.debug(reply.getUniqueId() + ": chacha reply decrypt fail on " + recordNum + "/" + hop);
log.warn(reply.getUniqueId() + ": chacha reply decrypt fail on " + recordNum + "/" + hop);
return -1;
}
// reply properties TODO