Changing the ‘no audio received’ log from warning to debug.
This commit is contained in:
@@ -449,9 +449,7 @@ class BaseInputTransport(FrameProcessor):
|
|||||||
if not audio_received:
|
if not audio_received:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
logger.warning(
|
logger.debug(f"{self}: audio not received for more than {AUDIO_INPUT_TIMEOUT_SECS}")
|
||||||
f"{self}: audio not received for more than {AUDIO_INPUT_TIMEOUT_SECS}"
|
|
||||||
)
|
|
||||||
|
|
||||||
###################################################################
|
###################################################################
|
||||||
# DEPRECATED.
|
# DEPRECATED.
|
||||||
|
|||||||
Reference in New Issue
Block a user