Improve logging for sell exception

This commit is contained in:
Matthias
2020-08-02 10:12:15 +02:00
parent 071e82043a
commit 99bfa839eb
2 changed files with 3 additions and 2 deletions

View File

@@ -660,7 +660,7 @@ class FreqtradeBot:
trades_closed += 1
except DependencyException as exception:
logger.warning('Unable to sell trade: %s', exception)
logger.warning('Unable to sell trade %s: %s', trade.pair, exception)
# Updating wallets if any trade occured
if trades_closed: