From bc369cf5cc18a5d624d9cdcb5a778511278e0aea Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Sun, 13 Oct 2019 04:23:01 +0200 Subject: [PATCH] Update http_streamer.py some debug --- music_assistant/http_streamer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/http_streamer.py b/music_assistant/http_streamer.py index f28e24fc..2147ccc1 100755 --- a/music_assistant/http_streamer.py +++ b/music_assistant/http_streamer.py @@ -133,7 +133,7 @@ class HTTPStreamer(): if not queue_track: LOGGER.warning("no (more) tracks left in queue") break - LOGGER.debug("Start Streaming queue track: %s (%s) on player %s" % (queue_track.item_id, queue_track.name, player.name)) + LOGGER.info("Start Streaming queue track: %s (%s) on player %s" % (queue_track.item_id, queue_track.name, player.name)) fade_in_part = b'' cur_chunk = 0 prev_chunk = None -- 2.34.1