wording in the log message

This commit is contained in:
hroff-1902 2019-04-01 20:23:13 +03:00
parent 77d2479c75
commit 8546db9dfd

View File

@ -363,7 +363,7 @@ class FreqtradeBot(object):
logger.debug('Ignoring %s in pair whitelist', trade.pair) logger.debug('Ignoring %s in pair whitelist', trade.pair)
if not whitelist: if not whitelist:
logger.info("No currency pairs left in whitelist, no trades can be created.") logger.info("No currency pair left in whitelist, no more trade can be created.")
return False return False
# running get_signal on historical data fetched # running get_signal on historical data fetched