mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-24 21:58:13 +02:00
remote-endpoint: print error string in set_param implementation
This commit is contained in:
parent
1d9eaea5c2
commit
0bc48e27c1
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ client_endpoint_set_param (void *object, uint32_t id, uint32_t flags,
|
|||
|
||||
error:
|
||||
proxy = g_object_get_qdata (G_OBJECT (ep), remote_endpoint_data_quark ());
|
||||
g_warning ("set_param: bad arguments");
|
||||
g_warning ("set_param: bad arguments: %s", g_strerror (-res));
|
||||
pw_proxy_error (proxy, res, "set_param: bad arguments");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue