Skip to content

Commit

Permalink
Fix IB subscription logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 27, 2024
1 parent 7c3d971 commit 52c3ba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def _subscribe(
"""
if not (subscription := self._subscriptions.get(name=name)):
self._log.info(
f"Creating and registering a new Subscription instance for {subscription}",
f"Creating and registering a new Subscription instance for {name}",
)
req_id = self._next_req_id()
if subscription_method == self.subscribe_historical_bars:
Expand Down

0 comments on commit 52c3ba9

Please sign in to comment.