Skip to content

Commit

Permalink
log simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
guirem committed Jan 2, 2022
1 parent af127eb commit 97f3e3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/googlecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -1360,8 +1360,7 @@ def action_handler(message):
player.block_until_active(timeout=4)
duration_total = duration + (globals.tts_default_restoredelay/1000)
logging.debug(
"TTS------Generated tts file url to be played is " + url)
logging.debug("TTS------Estimated duration of tts media is " + str(duration_total) + " secondes")
"TTS------Generated tts file url to be played is " + url + " (" + str(duration_total) + "s)")
jcast.disable_notif = False
vol_done = False
if vol is not None:
Expand Down

0 comments on commit 97f3e3a

Please sign in to comment.