From bc60ca0c5a56b9bedb7baca021e21be1b8ee8849 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 27 Feb 2015 13:21:05 +0100 Subject: [PATCH] android/gatt: Fix error message in signed_write_cmd --- android/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gatt.c b/android/gatt.c index 0703e65a9..e6b075317 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -3279,7 +3279,7 @@ static guint signed_write_cmd(struct gatt_device *dev, uint16_t handle, res = gatt_signed_write_cmd(dev->attrib, handle, value, vlen, crypto, csrk, sign_cnt, NULL, NULL); if (!res) { - error("gatt: Could write signed cmd"); + error("gatt: Signed write command failed"); return 0; } -- 2.47.3