From: Tanu Kaskinen Date: Sat, 3 May 2014 11:21:31 +0000 (+0300) Subject: bluetooth: Fix a copy-paste error in log message X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/3af39c648f33bb8f06550669c9b295afa728468f bluetooth: Fix a copy-paste error in log message --- 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);