diff --git a/modules/core/engine.py b/modules/core/engine.py index a946cf3e529099c291b181df50641e06994dc780..602d6d019fe5bea68a11d308e6b99bbfd861e2a9 100644 --- a/modules/core/engine.py +++ b/modules/core/engine.py @@ -382,7 +382,7 @@ class SoundSystem(): self.enable_transaction() if not entry.channel: - self.logger.warn("Trying to stop entry %s, but it has no channel assigned" % entry) + self.logger.warn(SimpleUtil.red("Trying to stop entry %s, but it has no channel assigned" % entry)) return if transition == TransitionType.FADE: