1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-02 09:46:24 +02:00

BtLEQueue: fix typo in onCharacteristicChange

This commit is contained in:
MrYoranimo 2023-12-04 22:09:04 +01:00
parent b303da4e62
commit 5f9fda4f07

View File

@ -652,7 +652,7 @@ public final class BtLEQueue {
try {
getCallbackToUse().onCharacteristicChanged(gatt, characteristic);
} catch (Throwable ex) {
LOG.error("onCharaceristicChanged: " + ex.getMessage(), ex);
LOG.error("onCharacteristicChanged: " + ex.getMessage(), ex);
}
} else {
LOG.info("No gattcallback registered, ignoring characteristic change");