Index: sources/bluetooth/BluetoothInterface.cpp =================================================================== diff -u -r588792d3a3abb65a0b836055b7aa33527315c66a -r3e64d98e243484505a44d99b13826097cb6b01eb --- sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 588792d3a3abb65a0b836055b7aa33527315c66a) +++ sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 3e64d98e243484505a44d99b13826097cb6b01eb) @@ -49,7 +49,7 @@ // runs in BluetoothInterface thread // REMINDER:initConnections(); has been removed from here to the ondoStart, // since the _local, _agent objects are created there. - LOG_DEBUG_UI(tr("%1 Initialized").arg(metaObject()->className())); + LOG_DEBUG(tr("%1 Initialized").arg(metaObject()->className())); return true; } @@ -543,7 +543,6 @@ // because we know we will always get the error since we are trying to connected to a device which is probably off. if ( ! _reconnectionActive ) NOTIFY_DEVICE_ERROR - } /*! @@ -698,7 +697,7 @@ Types::U08 batteryLevel; if (GetValue(data, index, batteryLevel)) { _tempBatt = batteryLevel.value; - LOG_DEBUG_UI(tr("BCUFF Battery: %1").arg(_tempBatt)); + LOG_DEBUG(tr("BCUFF Battery: %1").arg(_tempBatt)); } break; }