Skip to content

Commit 5ddaea7

Browse files
committed
chore: improve log message
1 parent 66577b7 commit 5ddaea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/exchange/binance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ async def _async_get_trade_history_id_startup(
391391
async def _async_get_trade_history_id(
392392
self, pair: str, until: int, since: int, from_id: str | None = None
393393
) -> tuple[str, list[list]]:
394-
logger.info(f"Fetching trades from Binance, {from_id=}, {since=}, {until=}")
394+
logger.info(f"Fetching trades for {pair} from Binance, {from_id=}, {since=}, {until=}")
395395

396396
if not self._config["exchange"].get("only_from_ccxt", False):
397397
if from_id is None or not since:

0 commit comments

Comments
 (0)