X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/be9672b8c1c1c54b95acce457490154f3307992f..3af39c648f33bb8f06550669c9b295afa728468f:/src/modules/bluetooth/bluez5-util.c diff --git a/src/modules/bluetooth/bluez5-util.c b/src/modules/bluetooth/bluez5-util.c index 89244a0e..a57322b8 100644 --- a/src/modules/bluetooth/bluez5-util.c +++ b/src/modules/bluetooth/bluez5-util.c @@ -779,7 +779,7 @@ static void parse_interfaces_and_properties(pa_bluetooth_discovery *y, DBusMessa pa_bluetooth_adapter *a; 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; } else a = adapter_create(y, path);