From 1d32479bc4137b0f0b5b54104cfe19f0c0adcd3d Mon Sep 17 00:00:00 2001 From: Philippe G Date: Sun, 25 Apr 2021 22:29:41 -0700 Subject: [PATCH] less verbose --- components/squeezelite/helix-aac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }