diff --git a/modules/core/control.py b/modules/core/control.py index e4d812fe7c131cf602b9e25c3911b82d13aa331d..39867a0a5416472361314b3202bcfcf8cef0b471 100644 --- a/modules/core/control.py +++ b/modules/core/control.py @@ -164,7 +164,7 @@ class SocketControlInterface: meta_data["duration"] = data["track_duration"] logger.debug(SU.yellow(f"[ECI] Executing action: "+SocketControlInterface.ACTION_ON_METADATA)) 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: logger.error(SU.red("[ECI] Unknown action: " + data["action"])) else: