diff --git a/src/pipecat/services/tts_service.py b/src/pipecat/services/tts_service.py index a65a5e244..1cd68540d 100644 --- a/src/pipecat/services/tts_service.py +++ b/src/pipecat/services/tts_service.py @@ -1223,7 +1223,7 @@ class TTSService(AIService): logger.trace(f"{self} appending audio {frame} to audio context {context_id}") await self._audio_contexts[context_id].put(frame) else: - logger.warning(f"{self} unable to append audio to context {context_id}") + logger.debug(f"{self} unable to append audio to context {context_id}") async def remove_audio_context(self, context_id: str): """Remove an existing audio context.