From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html