Diff between 913210973768140ddcc0bb2cb427e8c5e3fa6a1d and f5b9244eda42b057ddb2fb81e7c64347393ef7f9

Changed Files

File Additions Deletions Status
src/gatt-client.c +1 -1 modified

Full Patch

diff --git a/src/gatt-client.c b/src/gatt-client.c
index 419dadb..d523b88 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,