mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: don't log unknown events with info
Debug is good enough
This commit is contained in:
parent
0321f543d3
commit
86d1233107
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue