Diff between 7fb8db0aabc6e30ccf18e5fcda2a90596cf2cfe2 and 34320f645dcb587bad80e2f28e4882161c35051c

Changed Files

File Additions Deletions Status
src/device.c +1 -0 modified

Full Patch

diff --git a/src/device.c b/src/device.c
index 71fe60e..c65a45d 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1915,6 +1915,7 @@ static struct btd_device *device_new(struct btd_adapter *adapter,
 					device_methods, NULL,
 					device_properties, device,
 					device_free) == FALSE) {
+		error("Unable to register device interface for %s", address);
 		device_free(device);
 		return NULL;
 	}