mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Simplify warn logging
This commit is contained in:
parent
236cb2c6f3
commit
19e072795f
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ public final class TradeStatistics3 implements ProcessOncePersistableNetworkPayl
|
|||
maxTradeLimit = optionalPaymentMethod.get().getMaxTradeLimitAsCoin(currency).value;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.warn("Error at isValid(). " + e.toString(), e);
|
||||
log.warn("Error at isValid().", e);
|
||||
}
|
||||
return amount > 0 &&
|
||||
amount <= maxTradeLimit &&
|
||||
|
|
Loading…
Add table
Reference in a new issue