diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 62b0a0d2c..d85a533b7 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -629,7 +629,7 @@ class FreqtradeBot(object): if self.check_sell(trade, sell_rate, buy, sell): return True - logger.info('Found no sell signals for whitelisted currencies. Trying again..') + logger.debug('Found no sell signal for %s.', trade) return False def handle_stoploss_on_exchange(self, trade: Trade) -> bool: