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 v7 8/9] mgmt: Add address type to bonding debug message Date: Tue, 25 Sep 2012 14:38:05 -0300 Message-Id: <1348594686-26221-8-git-send-email-jprvita@openbossa.org> In-Reply-To: <1348594686-26221-1-git-send-email-jprvita@openbossa.org> References: <1348594686-26221-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 405a683..67a6993 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