Diff between bec7ef3c3c7d0731e353aaa8fb2d7b44098bf5c8 and aa9a474d7bfea84cf9dedb0d036469bd57002596
Changed Files
| File | Additions | Deletions | Status |
| src/device.c | +1 | -1 | modified |
Full Patch
diff --git a/src/device.c b/src/device.c
index 6a98645..ba8790e 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1112,7 +1112,7 @@ static int connect_next(struct btd_device *dev)
void device_profile_connected(struct btd_device *dev,
struct btd_profile *profile, int err)
{
- DBG("%s (%d)", strerror(-err), -err);
+ DBG("%s %s (%d)", profile->name, strerror(-err), -err);
dev->pending = g_slist_remove(dev->pending, profile);