Diff between 6b12cbb3c703f901343481b3089eac5780ddbc61 and 36ae8f207760cd3c35435fb71fd9fdafbdccb28a
Changed Files
| File | Additions | Deletions | Status |
| src/attrib-server.c | +1 | -1 | modified |
Full Patch
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;
}