Diff between 7b027896d497cbb017221e669150b4dc84a7a026 and 1c358b92743006dd3734fe9634855376cb037bb7

Changed Files

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

Full Patch

diff --git a/client/gatt.c b/client/gatt.c
index 33e8936..bd6e6b0 100644
--- a/client/gatt.c
+++ b/client/gatt.c
@@ -813,7 +813,7 @@ static void acquire_notify_reply(DBusMessage *message, void *user_data)
 	if ((dbus_message_get_args(message, NULL, DBUS_TYPE_UNIX_FD, &fd,
 					DBUS_TYPE_UINT16, &notify_mtu,
 					DBUS_TYPE_INVALID) == false)) {
-		rl_printf("Invalid AcquireWrite response\n");
+		rl_printf("Invalid AcquireNotify response\n");
 		return;
 	}