mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-20 16:51:10 +00:00
Replaced invalid character in logs.
This commit is contained in:
parent
d7d3138703
commit
3f440d855e
1 changed files with 1 additions and 1 deletions
|
|
@ -1157,7 +1157,7 @@ class ProxyServer:
|
|||
self.redis_client.hset(metadata_key, mapping=update_data)
|
||||
|
||||
# Log the transition
|
||||
logger.info(f"Channel {channel_id} state transition: {current_state or 'None'} → {new_state}")
|
||||
logger.info(f"Channel {channel_id} state transition: {current_state or 'None'} -> {new_state}")
|
||||
return True
|
||||
except Exception as e:
|
||||
logger.error(f"Error updating channel state: {e}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue