From f3ff25c936b413918d0406a28273d6cdd02c1eaf Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 20 Jun 2025 15:49:17 +0200 Subject: [PATCH] alsa: don't log unknown events with info Debug is good enough --- spa/plugins/alsa/alsa-seq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/alsa/alsa-seq.c b/spa/plugins/alsa/alsa-seq.c index 86621a1d2..df4d28766 100644 --- a/spa/plugins/alsa/alsa-seq.c +++ b/spa/plugins/alsa/alsa-seq.c @@ -331,7 +331,7 @@ static void alsa_seq_on_sys(struct spa_source *source) state->port_info(state->port_info_data, addr, NULL); break; default: - spa_log_info(state->log, "unhandled event %d: %d:%d", + spa_log_debug(state->log, "unhandled event %d: %d:%d", type, addr->client, addr->port); break;