here
Sergey Trofimov 2015-10-18 18:29:41 +03:00
parent 1073303849
commit 7591d4a8af
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ public final class BtLEQueue {
try {
getCallbackToUse().onCharacteristicRead(gatt, characteristic, status);
} catch (Throwable ex) {
LOG.error("onCharaceristicRead: " + ex.getMessage(), ex);
LOG.error("onCharacteristicRead: " + ex.getMessage(), ex);
}
}
checkWaitingCharacteristic(characteristic, status);