Index: sources/bluetooth/BluetoothInterface.cpp =================================================================== diff -u -raeb915075b9e13e5c1aaf2800ba6db03b6c24a0b -r59fc5195a10eeb83ac60cf32a9123fb9c9f8ec8e --- sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision aeb915075b9e13e5c1aaf2800ba6db03b6c24a0b) +++ sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 59fc5195a10eeb83ac60cf32a9123fb9c9f8ec8e) @@ -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_UI(tr("%1 Initialized").arg(metaObject()->className())); return true; } @@ -108,7 +108,7 @@ /*! * \brief BluetoothInterface::quitThread - * \details Moves this object to main thread to be handled by QApplicaiton + * \details Moves this object to main thread to be handled by QApplication * And to be destroyed there. */ void BluetoothInterface::quitThread() @@ -698,7 +698,7 @@ Types::U08 batteryLevel; if (GetValue(data, index, batteryLevel)) { _tempBatt = batteryLevel.value; - LOG_DEBUG("UI," + tr("BCUFF Battery: %1").arg(_tempBatt)); + LOG_DEBUG_UI(tr("BCUFF Battery: %1").arg(_tempBatt)); } break; }