Change log level

This commit is contained in:
chimp1984 2020-09-25 09:39:45 -05:00
parent 81bea14af2
commit f37446b991
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -388,7 +388,7 @@ public abstract class DisputeManager<T extends DisputeList<? extends DisputeList
// The peer sent us an invalid donation address. We do not return here as we don't want to break
// mediation/arbitration and log only the issue. The dispute agent will run validation as well and will get
// a popup displayed to react.
log.error("Donation address invalid. {}", e.toString());
log.warn("Donation address invalid. {}", e.toString());
}
if (!isAgent(dispute)) {