mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 00:48:01 +02:00
lib/wp/device: demote missing SPA warning to message
Warnings can be scary, so best not to scare users with what's likely intentional omission of a particular SPA plugin (currently V4L & BlueZ).
This commit is contained in:
parent
3b41df35a8
commit
05334c1ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -617,7 +617,7 @@ wp_spa_device_new_from_spa_factory (WpCore * core,
|
|||
handle = pw_context_load_spa_handle (pw_context, factory_name,
|
||||
props ? wp_properties_peek_dict (props) : NULL);
|
||||
if (!handle) {
|
||||
wp_warning ("SPA handle '%s' could not be loaded; is it installed?",
|
||||
wp_message ("SPA handle '%s' could not be loaded; is it installed?",
|
||||
factory_name);
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue