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: