Skip to content
Snippets Groups Projects
Commit 084f3c9c authored by Chris Pastl's avatar Chris Pastl
Browse files

refactor: add log to set_active_channel

parent 751da4d0
No related branches found
No related tags found
1 merge request!40Fix retry connect stream
......@@ -123,6 +123,7 @@ class Mixer:
"""
if channel:
self.active_channel_name = channel.name
self.logger.info(SU.pink(f"Set active channel to '{channel}'"))
else:
self.active_channel_name = None
self.logger.info(SU.pink("Reset active channel"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment