From 36ae8f207760cd3c35435fb71fd9fdafbdccb28a Mon Sep 17 00:00:00 2001 From: Santiago Carot-Nemesio Date: Tue, 7 Feb 2012 14:37:58 +0100 Subject: [PATCH] attrib-server: Fix bad error message --- src/attrib-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attrib-server.c b/src/attrib-server.c index e51f695aa..93a7b4f05 100644 --- a/src/attrib-server.c +++ b/src/attrib-server.c @@ -171,7 +171,7 @@ static struct gatt_server *find_gatt_server(const bdaddr_t *bdaddr) char addr[18]; ba2str(bdaddr, addr); - error("Not GATT adapter found for address %s", addr); + error("No GATT server found in %s", addr); return NULL; } -- 2.47.3