Browse Source

less verbose

Philippe G 3 years ago
parent
commit
1d32479bc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/squeezelite/helix-aac.c

+ 1 - 1
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;
 		}
 	}