Return-Path: From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Subject: [PATCH v2 01/10] gatt: Remove useless debug Date: Wed, 20 Sep 2017 10:44:08 +0300 Message-Id: <20170920074417.30435-2-luiz.dentz@gmail.com> In-Reply-To: <20170920074417.30435-1-luiz.dentz@gmail.com> References: <20170920074417.30435-1-luiz.dentz@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Luiz Augusto von Dentz --- src/gatt-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gatt-client.c b/src/gatt-client.c index 419dadb99..d523b883a 100644 --- a/src/gatt-client.c +++ b/src/gatt-client.c @@ -1229,7 +1229,7 @@ static DBusMessage *characteristic_acquire_write(DBusConnection *conn, chrc->write_io = new0(struct pipe_io, 1); if (!bt_gatt_client_is_ready(gatt)) { - DBG("GATT not ready, wait until it becomes read"); + /* GATT not ready, wait until it becomes ready */ if (!chrc->ready_id) chrc->ready_id = bt_gatt_client_ready_register(gatt, characteristic_ready, -- 2.13.5