mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
Tweak log statement
This commit is contained in:
parent
9907d8f5f8
commit
8456fd9fb6
@ -807,8 +807,8 @@ public abstract class AbstractBot {
|
||||
protected void maybeShutdownAfterSuccessfulSwap(int numOffersTaken, int maxTakeOffers) {
|
||||
printTradesSummaryForTodayIfWalletIsUnlocked();
|
||||
|
||||
log.info("You {} have taken {} swap offer(s) during this bot's {}",
|
||||
isDryRun ? "would" : "",
|
||||
log.info("You {}have taken {} swap offer(s) during this bot's {}",
|
||||
isDryRun ? "would " : "",
|
||||
numOffersTaken,
|
||||
isDryRun ? "dryrun:" : "session.");
|
||||
if (isDryRun) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user