From e2a0d720f91536c49e18283e5eb84024050895fa Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 3 Dec 2024 16:44:45 +0100 Subject: [PATCH] alsa: reduce debug level that got accidentally increased --- spa/plugins/alsa/alsa-pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/alsa/alsa-pcm.c b/spa/plugins/alsa/alsa-pcm.c index e6169042c..d177f6dc4 100644 --- a/spa/plugins/alsa/alsa-pcm.c +++ b/spa/plugins/alsa/alsa-pcm.c @@ -2837,7 +2837,7 @@ static int update_time(struct state *state, uint64_t current_time, snd_pcm_sfram bw = (fabs(state->err_avg) + sqrt(fabs(state->err_var)))/1000.0; - spa_log_info(state->log, "%s: follower:%d match:%d rate:%f " + spa_log_debug(state->log, "%s: follower:%d match:%d rate:%f " "bw:%f thr:%u del:%ld target:%ld err:%f max:%f var:%f:%f:%f", state->name, follower, state->matching, corr, state->dll.bw, state->threshold, delay, target,