diff --git a/apps/proxy/ts_proxy/server.py b/apps/proxy/ts_proxy/server.py index 282c5a74..5c18064b 100644 --- a/apps/proxy/ts_proxy/server.py +++ b/apps/proxy/ts_proxy/server.py @@ -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}")