Diff between 46c97c9a29ad063931afe753ff4a4d1db9664dde and c04629c7842271f2cee46e24d9282fd88f6f02d2
Changed Files
| File | Additions | Deletions | Status |
| android/gatt.c | +1 | -1 | modified |
Full Patch
diff --git a/android/gatt.c b/android/gatt.c
index e3de18d..ae0a2c7 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -4387,7 +4387,7 @@ static void fill_gatt_response_by_handle(uint16_t handle, uint16_t offset,
entry = queue_find(dev->pending_requests, match_dev_request_by_handle,
UINT_TO_PTR(handle));
if (!entry) {
- DBG("No pending response found! Bogus android response?");
+ error("gatt: No pending response! Bogus android response?");
return;
}