Diff between 3f6e7d45cee4dd48e8c5851e394f9e1059e5d600 and 2cb7b3a0321a7eced58b20ba79d56862c3c4356e
Changed Files
| File | Additions | Deletions | Status |
| src/gatt-client.c | +1 | -1 | modified |
Full Patch
diff --git a/src/gatt-client.c b/src/gatt-client.c
index c688567..4e52c5d 100644
--- a/src/gatt-client.c
+++ b/src/gatt-client.c
@@ -1527,7 +1527,7 @@ static struct service *service_create(struct gatt_db_attribute *attr,
service_properties,
service, service_free)) {
error("Unable to register GATT service with handle 0x%04x for "
- "device %s:",
+ "device %s",
service->start_handle,
client->devaddr);
service_free(service);