From 035ed1dd7b6fc0e8e93f01b3f867886fa039e6a0 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 17 Jan 2012 21:39:10 +0200 Subject: [PATCH] mgmtops: Add eir_len to device_connected debug message --- plugins/mgmtops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c index 470266b1c..8314581f6 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); -- 2.47.3