Skip to content

Commit 45e7164

Browse files
committed
logging in http streamer
1 parent 833d823 commit 45e7164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

music_assistant/http_streamer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def __get_audio_stream(
460460
# send task to background to analyse the audio
461461
if queue_item.media_type == MediaType.Track:
462462
self.mass.add_job(self.__analyze_audio, streamdetails)
463-
LOGGER.warning(
463+
LOGGER.debug(
464464
"__get_audio_stream complete for track %s on player %s",
465465
queue_item.name,
466466
player_id,

0 commit comments

Comments
 (0)