Demote speech module utterance logging
This commit is contained in:
parent
bfa70f39e2
commit
15caa5478d
@ -273,7 +273,7 @@ class SpeechManager(GObject.GObject):
|
|||||||
else:
|
else:
|
||||||
voice_name = self.player.get_all_voices()[lang_code]
|
voice_name = self.player.get_all_voices()[lang_code]
|
||||||
if text:
|
if text:
|
||||||
logging.error(
|
logging.debug(
|
||||||
'PLAYING %r lang %r pitch %r rate %r',
|
'PLAYING %r lang %r pitch %r rate %r',
|
||||||
text,
|
text,
|
||||||
voice_name,
|
voice_name,
|
||||||
|
Loading…
Reference in New Issue
Block a user