From 94db1e87b3b0b75efe6e7a805feeb1ee0bc7a5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Tue, 2 Oct 2012 14:22:57 -0300 Subject: [PATCH] mgmt: Add address type to bonding debug message --- src/mgmt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mgmt.c b/src/mgmt.c index fc0e5e4d6..4354dc4b5 100644 --- a/src/mgmt.c +++ b/src/mgmt.c @@ -2383,7 +2383,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); -- 2.47.3