From 97f3e3a1f16dbcfe658c950d8fe8263cc30dffdf Mon Sep 17 00:00:00 2001 From: guirem Date: Sun, 2 Jan 2022 09:56:18 +0100 Subject: [PATCH] log simplification --- resources/googlecast.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/googlecast.py b/resources/googlecast.py index 206de49..1f228a4 100644 --- a/resources/googlecast.py +++ b/resources/googlecast.py @@ -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: