Skip to content

Commit

Permalink
Final changes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
richardr1126 committed Dec 13, 2024
1 parent 22bf392 commit f5905e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firehose/data_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def on_message_handler(message: firehose_models.MessageFrame) -> None:
"""
# Check if a stop event has been set; if so, stop the client
if stream_stop_event and stream_stop_event.is_set():
logger.warning("Stopping data stream client...")
logger.info("Stopping firehose...")
client.stop()
return

Expand Down

0 comments on commit f5905e4

Please sign in to comment.