summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device.c b/src/device.c
index 7294d3ca..2a48406f 100644
--- a/src/device.c
+++ b/src/device.c
@@ -646,8 +646,8 @@ void device_probe_drivers(struct btd_device *device, GSList *uuids)
err = driver->probe(device, probe_uuids);
if (err < 0) {
- error("probe failed for driver %s",
- driver->name);
+ error("probe failed with driver %s for device %s",
+ driver->name, device->path);
g_free(driver_data);
g_slist_free(probe_uuids);