mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Change log level
This commit is contained in:
parent
81bea14af2
commit
f37446b991
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue