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:
Niklāvs Koļesņikovs 2021-09-15 13:23:45 +03:00
parent 3b41df35a8
commit 05334c1ec7
No known key found for this signature in database
GPG key ID: 8A45FF71F7C7210A

View file

@ -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;
}