From c04629c7842271f2cee46e24d9282fd88f6f02d2 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Fri, 4 Jul 2014 16:43:50 +0300 Subject: [PATCH] android/gatt: Change DBG() to error() --- android/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gatt.c b/android/gatt.c index e3de18dad..ae0a2c7d9 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; } -- 2.47.3