summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/bluez5-util.c
diff options
context:
space:
mode:
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-05-03 14:21:31 +0300
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-05-03 14:21:31 +0300
commit3af39c648f33bb8f06550669c9b295afa728468f (patch)
tree7559a4a94aecf209b8625465f13f090b47d3eb6c /src/modules/bluetooth/bluez5-util.c
parentbe9672b8c1c1c54b95acce457490154f3307992f (diff)
bluetooth: Fix a copy-paste error in log message
Diffstat (limited to 'src/modules/bluetooth/bluez5-util.c')
-rw-r--r--src/modules/bluetooth/bluez5-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/bluetooth/bluez5-util.c b/src/modules/bluetooth/bluez5-util.c
index 89244a0e2..a57322b8a 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);