Changing the ‘no audio received’ log from warning to debug.

This commit is contained in:
filipi87
2026-02-05 18:07:14 -03:00
parent cce5a13444
commit 76f63e54e2

View File

@@ -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.