Skip to content

Commit 55dc2d4

Browse files
committed
chore: update watch reuse log message
1 parent 2a6dc3e commit 55dc2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

freqtrade/exchange/exchange.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2441,8 +2441,8 @@ def _build_coroutine(
24412441

24422442
return self._exchange_ws.get_ohlcv(pair, timeframe, candle_type, candle_ts)
24432443
logger.info(
2444-
f"Failed to reuse watch {pair}, {timeframe}, {candle_ts < last_refresh_time},"
2445-
f" {candle_ts}, {last_refresh_time}, "
2444+
f"Couldn't reuse watch for {pair}, {timeframe}, falling back to REST api. "
2445+
f"{candle_ts < last_refresh_time}, {candle_ts}, {last_refresh_time}, "
24462446
f"{format_ms_time(candle_ts)}, {format_ms_time(last_refresh_time)} "
24472447
)
24482448

0 commit comments

Comments
 (0)