Return-Path: From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= To: linux-bluetooth@vger.kernel.org Cc: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Subject: [PATCH BlueZ v8 7/8] mgmt: Add address type to bonding debug message Date: Mon, 1 Oct 2012 18:24:10 -0300 Message-Id: <1349126651-749-7-git-send-email-jprvita@openbossa.org> In-Reply-To: <1349126651-749-1-git-send-email-jprvita@openbossa.org> References: <1349126651-749-1-git-send-email-jprvita@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- src/mgmt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mgmt.c b/src/mgmt.c index fc0e5e4..4354dc4 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); -- 1.7.11.4