From ec60f0ad0d5ab20044f8a2086c52e08f056dd1a9 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 2 Jan 2012 13:22:52 +0200 Subject: [PATCH] mgmtops: Log confirm_name field in mgmt_device_found --- plugins/mgmtops.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c index cbe1ff32b..23dc552bb 100644 --- a/plugins/mgmtops.c +++ b/plugins/mgmtops.c @@ -1287,8 +1287,9 @@ static void mgmt_device_found(int sk, uint16_t index, void *buf, size_t len) eir = ev->eir; ba2str(&ev->addr.bdaddr, addr); - DBG("hci%u addr %s, class %u rssi %d %s", index, addr, cls, - ev->rssi, eir ? "eir" : ""); + DBG("hci%u addr %s, class %u rssi %d cfm_name %u %s", index, addr, cls, + ev->rssi, ev->confirm_name, + eir ? "eir" : ""); btd_event_device_found(&info->bdaddr, &ev->addr.bdaddr, mgmt_addr_type(ev->addr.type), cls, -- 2.47.3