Skip to content

Commit 1d9c6c2

Browse files
committed
Log when stopping GrpcStreamBroadcaster instances
There's already a similar log message when starting to stream. Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent 2445ff8 commit 1d9c6c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/frequenz/client/base/streaming.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def is_running(self) -> bool:
8888

8989
async def stop(self) -> None:
9090
"""Stop the streaming helper."""
91+
_logger.info("%s: stopping the stream", self._stream_name)
9192
if self._task.done():
9293
return
9394
self._task.cancel()

0 commit comments

Comments
 (0)