diff --git a/src/pipecat/transports/services/daily.py b/src/pipecat/transports/services/daily.py index c0948495f..09caaa962 100644 --- a/src/pipecat/transports/services/daily.py +++ b/src/pipecat/transports/services/daily.py @@ -700,6 +700,7 @@ def _on_transcription_message(self, participant_id, message): is_final = message["rawResponse"]["is_final"] if is_final: frame = TranscriptionFrame(text, participant_id, timestamp) + logger.debug(f"Transcription (from: {participant_id}): [{text}]") else: frame = InterimTranscriptionFrame(text, participant_id, timestamp)