From f8bd8fd3c1029f0ac0cccfdbe5615cb2e2b1e92f Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Tue, 27 Oct 2020 19:47:54 +0100 Subject: [PATCH] Improve message. #43 #44 --- modules/core/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/control.py b/modules/core/control.py index e4d812fe..39867a0a 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: -- GitLab