Index: sources/view/VBluetooth.cpp =================================================================== diff -u -r3e2866b98a67e772686d5190eacfd4ee437bcd0f -r3a238930f8d939800512c9a786e96f15b35a2001 --- sources/view/VBluetooth.cpp (.../VBluetooth.cpp) (revision 3e2866b98a67e772686d5190eacfd4ee437bcd0f) +++ sources/view/VBluetooth.cpp (.../VBluetooth.cpp) (revision 3a238930f8d939800512c9a786e96f15b35a2001) @@ -89,7 +89,7 @@ VBluetoothDeviceInfo *info = new VBluetoothDeviceInfo(device); if (!isDeviceAlreadyPaired(device)) bleDevices.insert(0, info); - qDebug() << "VBluetooth: Discovered " << device.address(); + qDebug() << "VBluetooth: Discovered " << device.name(); emit didDevicesChanged(); }