--- android/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gatt.c b/android/gatt.c index 9d45968..523a141 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -2076,7 +2076,7 @@ static void handle_client_write_characteristic(const void *buf, uint16_t len) if (!gatt_write_char(dev->attrib, ch->ch.value_handle, cmd->value, cmd->len, write_char_cb, cb_data)) { - error("gatt: Cannot read characteristic with inst_id: %d", + error("gatt: Cannot write characteristic with inst_id: %d", cmd->gatt_id.inst_id); status = HAL_STATUS_FAILED; free(cb_data); -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html