--- src/mgmt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mgmt.c b/src/mgmt.c index 8e69778..991075c 100644 --- a/src/mgmt.c +++ b/src/mgmt.c @@ -2371,7 +2371,8 @@ int mgmt_create_bonding(int index, bdaddr_t *bdaddr, uint8_t addr_type, uint8_t char addr[18]; ba2str(bdaddr, addr); - DBG("hci%d bdaddr %s io_cap 0x%02x", index, addr, io_cap); + DBG("hci%d bdaddr %s type %d io_cap 0x%02x", + index, addr, addr_type, io_cap); memset(buf, 0, sizeof(buf)); hdr->opcode = htobs(MGMT_OP_PAIR_DEVICE); -- 1.7.11.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html