mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
alsa: Drop verbosity on UCM message
We don't need to log an error-level message for missing UCM config.
This commit is contained in:
parent
7ce7464c16
commit
7d97fe56c7
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ int pa_alsa_ucm_query_profiles(pa_alsa_ucm_config *ucm, int card_index)
|
|||
|
||||
err = snd_use_case_mgr_open(&ucm->ucm_mgr, card_name);
|
||||
if (err < 0) {
|
||||
pa_log("UCM not available for card %s", card_name);
|
||||
pa_log_info("UCM not available for card %s", card_name);
|
||||
goto ucm_mgr_fail;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue