--- src/attrib-server.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/attrib-server.c b/src/attrib-server.c index e51f695..93a7b4f 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; } -- 1.7.9 -- 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