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