Diff between 3d85cf30ed611fd993509e04a5b7518e8762306a and 68e1ae26b85db5fdd1ef8393a381b6ca59bc74a4

Changed Files

File Additions Deletions Status
src/profile.c +4 -0 modified

Full Patch

diff --git a/src/profile.c b/src/profile.c
index 211f20c..631a03f 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1054,6 +1054,10 @@ static void ext_svc_complete(struct btd_device *dev, int err, void *user_data)
 		goto drop;
 	}
 
+	DBG("%s authorized to connect to %s", addr, ext->name);
+
+	return;
+
 drop:
 	ext->conns = g_slist_remove(ext->conns, conn);
 	ext_io_destroy(conn);