Diff between 12d72a94566b0c81a8a99d2c921384868117cc77 and 035ed1dd7b6fc0e8e93f01b3f867886fa039e6a0

Changed Files

File Additions Deletions Status
plugins/mgmtops.c +1 -1 modified

Full Patch

diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c
index 470266b..8314581 100644
--- a/plugins/mgmtops.c
+++ b/plugins/mgmtops.c
@@ -417,7 +417,7 @@ static void mgmt_device_connected(int sk, uint16_t index, void *buf, size_t len)
 
 	ba2str(&ev->addr.bdaddr, addr);
 
-	DBG("hci%u device %s connected", index, addr);
+	DBG("hci%u device %s connected eir_len %u", index, addr, eir_len);
 
 	if (index > max_index) {
 		error("Unexpected index %u in device_connected event", index);