From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Andrei Emeltchenko To: linux-bluetooth@vger.kernel.org Subject: [PATCHv2 01/11] android/gatt: Change DBG() to error() Date: Wed, 18 Jun 2014 16:33:44 +0300 Message-Id: <1403098434-28193-1-git-send-email-Andrei.Emeltchenko.news@gmail.com> In-Reply-To: <1402905472-17643-1-git-send-email-Andrei.Emeltchenko.news@gmail.com> References: <1402905472-17643-1-git-send-email-Andrei.Emeltchenko.news@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Andrei Emeltchenko --- android/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gatt.c b/android/gatt.c index b256077..cb27f34 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -4280,7 +4280,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; } -- 1.8.3.2