linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/4] core: Print profile name in device_profile_connected
@ 2012-12-19 11:26 Luiz Augusto von Dentz
  2012-12-19 11:26 ` [PATCH BlueZ 2/4] audio: Fix not cleaning up player when device is removed Luiz Augusto von Dentz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luiz Augusto von Dentz @ 2012-12-19 11:26 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-12-19 11:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 11:26 [PATCH BlueZ 1/4] core: Print profile name in device_profile_connected Luiz Augusto von Dentz
2012-12-19 11:26 ` [PATCH BlueZ 2/4] audio: Fix not cleaning up player when device is removed Luiz Augusto von Dentz
2012-12-19 11:27 ` [PATCH BlueZ 3/4] audio: Remove unused parameters from sink_connect/sink_disconnect Luiz Augusto von Dentz
2012-12-19 11:27 ` [PATCH BlueZ 4/4] audio: Fix calling device_profile_connected on disconnected cases Luiz Augusto von Dentz
2012-12-19 11:41 ` [PATCH BlueZ 1/4] core: Print profile name in device_profile_connected Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).