Skip to content
Snippets Groups Projects
Commit f8bd8fd3 authored by David Trattnig's avatar David Trattnig
Browse files

Improve message. #43 #44

parent 2d82f6a1
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ class SocketControlInterface: ...@@ -164,7 +164,7 @@ class SocketControlInterface:
meta_data["duration"] = data["track_duration"] meta_data["duration"] = data["track_duration"]
logger.debug(SU.yellow(f"[ECI] Executing action: "+SocketControlInterface.ACTION_ON_METADATA)) logger.debug(SU.yellow(f"[ECI] Executing action: "+SocketControlInterface.ACTION_ON_METADATA))
self.engine.event_dispatcher.on_metadata(data["data"]) self.engine.event_dispatcher.on_metadata(data["data"])
logger.info(SU.yellow(f"[ECI] Successfully issued event '{SocketControlInterface.ACTION_ON_METADATA}'")) logger.info(SU.yellow(f"[ECI] Event '{SocketControlInterface.ACTION_ON_METADATA}' issued successfully"))
else: else:
logger.error(SU.red("[ECI] Unknown action: " + data["action"])) logger.error(SU.red("[ECI] Unknown action: " + data["action"]))
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment