mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 08:38:22 +02:00
m-default-routes: log error message when failed to get current routes
This commit is contained in:
parent
2218b5613e
commit
7bc59afd81
1 changed files with 2 additions and 1 deletions
|
|
@ -617,7 +617,8 @@ on_device_routes_notified (WpPipewireObject *device, GAsyncResult *res,
|
|||
/* Finish */
|
||||
routes = wp_pipewire_object_enum_params_finish (device, res, &error);
|
||||
if (error) {
|
||||
wp_warning_object (self, "failed to get current route on device");
|
||||
wp_warning_object (self, "failed to get current route on device: %s",
|
||||
error->message);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue