logging in http streamer
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 18 Sep 2020 23:15:30 +0000 (01:15 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 18 Sep 2020 23:15:30 +0000 (01:15 +0200)
music_assistant/http_streamer.py

index e0d0ff18b3179734a7a3ff395df0cffe2d4fa218..6319bcd89148daf2643517fc438911e641d950e4 100755 (executable)
@@ -460,7 +460,7 @@ class HTTPStreamer:
             # send task to background to analyse the audio
             if queue_item.media_type == MediaType.Track:
                 self.mass.add_job(self.__analyze_audio, streamdetails)
-        LOGGER.warning(
+        LOGGER.debug(
             "__get_audio_stream complete for track %s on player %s",
             queue_item.name,
             player_id,