diff --git a/src/pipecat/transports/base_input.py b/src/pipecat/transports/base_input.py index 5f62045f1..b76ae61ef 100644 --- a/src/pipecat/transports/base_input.py +++ b/src/pipecat/transports/base_input.py @@ -449,9 +449,7 @@ class BaseInputTransport(FrameProcessor): if not audio_received: continue - logger.warning( - f"{self}: audio not received for more than {AUDIO_INPUT_TIMEOUT_SECS}" - ) + logger.debug(f"{self}: audio not received for more than {AUDIO_INPUT_TIMEOUT_SECS}") ################################################################### # DEPRECATED.