Tweak log statement

This commit is contained in:
ghubstan 2022-07-01 16:10:38 -03:00
parent 9907d8f5f8
commit 8456fd9fb6
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -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) {