Slightly reduce verbosity when reload_conf is issued
old state was compared instead of new
This commit is contained in:
parent
1ac360674c
commit
504d1b1bd6
@ -86,7 +86,7 @@ class Worker:
|
||||
# Log state transition
|
||||
if state != old_state:
|
||||
|
||||
if old_state != State.RELOAD_CONFIG:
|
||||
if state != State.RELOAD_CONFIG:
|
||||
self.freqtrade.notify_status(f'{state.name.lower()}')
|
||||
|
||||
logger.info(
|
||||
|
Loading…
Reference in New Issue
Block a user