diff --git a/components/squeezelite/helix-aac.c b/components/squeezelite/helix-aac.c index 5ad72cd9..66628a62 100644 --- a/components/squeezelite/helix-aac.c +++ b/components/squeezelite/helix-aac.c @@ -438,7 +438,7 @@ static decode_state helixaac_decode(void) { // not finished header parsing come back next time UNLOCK_S; - LOG_INFO("header not found yet"); + LOG_DEBUG("header not found yet"); return DECODE_RUNNING; } }