mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Change log level for printing asset trade stats
This commit is contained in:
parent
62a824653d
commit
5879dd98df
@ -250,9 +250,9 @@ public class TradeStatisticsManager {
|
||||
}
|
||||
});
|
||||
|
||||
log.info(sufficientlyTraded.toString());
|
||||
log.info(insufficientlyTraded.toString());
|
||||
log.info(notTraded.toString());
|
||||
log.debug(sufficientlyTraded.toString());
|
||||
log.debug(insufficientlyTraded.toString());
|
||||
log.debug(notTraded.toString());
|
||||
}
|
||||
|
||||
private boolean hasPaidBSQFee(String code) {
|
||||
|
Loading…
Reference in New Issue
Block a user