mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Ignore HAL NoSuchProperty errors when looking for capabilities field. Closes rhbz #489394
This commit is contained in:
parent
47bc3b76fb
commit
3e8c7ac65f
1 changed files with 2 additions and 1 deletions
|
|
@ -452,6 +452,7 @@ static void device_added_cb(LibHalContext *context, const char *udi) {
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
if (dbus_error_is_set(&error)) {
|
if (dbus_error_is_set(&error)) {
|
||||||
|
if (!dbus_error_has_name(&error, "org.freedesktop.Hal.NoSuchProperty"))
|
||||||
pa_log_error("D-Bus error while parsing HAL data: %s: %s", error.name, error.message);
|
pa_log_error("D-Bus error while parsing HAL data: %s: %s", error.name, error.message);
|
||||||
dbus_error_free(&error);
|
dbus_error_free(&error);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue