mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
bluetooth: Fix a copy-paste error in log message
This commit is contained in:
parent
be9672b8c1
commit
3af39c648f
1 changed files with 1 additions and 1 deletions
|
|
@ -779,7 +779,7 @@ static void parse_interfaces_and_properties(pa_bluetooth_discovery *y, DBusMessa
|
||||||
pa_bluetooth_adapter *a;
|
pa_bluetooth_adapter *a;
|
||||||
|
|
||||||
if ((a = pa_hashmap_get(y->adapters, path))) {
|
if ((a = pa_hashmap_get(y->adapters, path))) {
|
||||||
pa_log_error("Found duplicated D-Bus path for device %s", path);
|
pa_log_error("Found duplicated D-Bus path for adapter %s", path);
|
||||||
return;
|
return;
|
||||||
} else
|
} else
|
||||||
a = adapter_create(y, path);
|
a = adapter_create(y, path);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue