]> code.delx.au - pulseaudio/blobdiff - src/modules/bluetooth/bluez5-util.c
bluetooth: Fix a copy-paste error in log message
[pulseaudio] / src / modules / bluetooth / bluez5-util.c
index 89244a0e2ead0b2f89eb239650a4d46331240c5e..a57322b8a7c09cd1b831558369f70c03c83f49b3 100644 (file)
@@ -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);