From 3af39c648f33bb8f06550669c9b295afa728468f Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sat, 3 May 2014 14:21:31 +0300 Subject: [PATCH] bluetooth: Fix a copy-paste error in log message --- src/modules/bluetooth/bluez5-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2