Demote speech module utterance logging

This commit is contained in:
James Cameron 2019-09-11 14:58:09 +10:00
parent bfa70f39e2
commit 15caa5478d

View File

@ -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,