From 4f8ca29472437d1ea9415146e691169d19497f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=AA=E9=BA=A6?= Date: Fri, 21 Nov 2025 17:28:53 +0800 Subject: [PATCH] [Fix] print to logger in tts --- dashscope/audio/tts_v2/speech_synthesizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashscope/audio/tts_v2/speech_synthesizer.py b/dashscope/audio/tts_v2/speech_synthesizer.py index d16dbfd..f280c8a 100644 --- a/dashscope/audio/tts_v2/speech_synthesizer.py +++ b/dashscope/audio/tts_v2/speech_synthesizer.py @@ -754,7 +754,7 @@ def __auto_reconnect(self): while True: objects_need_to_connect = [] objects_need_to_renew = [] - print('scanning queue borr: {}/{} remain: {}/{}'.format( + logger.debug('scanning queue borr: {}/{} remain: {}/{}'.format( self._borrowed_object_num, self._pool_size, self._remain_object_num, self._pool_size)) with self._lock: