diff options
-rw-r--r-- | core/qt-ble.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qt-ble.cpp b/core/qt-ble.cpp index 9a5a6c7d8..2ca547b58 100644 --- a/core/qt-ble.cpp +++ b/core/qt-ble.cpp @@ -78,7 +78,7 @@ void BLEObject::characteristicWritten(const QLowEnergyCharacteristic &c, const Q isCharacteristicWritten = true; } } else { - qDebug() << "BLEObject::characteristicWritten not supposed to fire. Now HW only function"; + qDebug() << "BLEObject::characteristicWritten"; } } |