From 7244ccaea6e7e6eadec3b5b2e2be1f8b3d030d81 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 11 Jun 2008 03:38:15 +0000 Subject: Fix debug output for link key type --- hcid/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/security.c') diff --git a/hcid/security.c b/hcid/security.c index e5971b88..9a1b373b 100644 --- a/hcid/security.c +++ b/hcid/security.c @@ -305,7 +305,7 @@ static void link_key_request(int dev, bdaddr_t *sba, bdaddr_t *dba) memcpy(lr.link_key, key, 16); bacpy(&lr.bdaddr, dba); - debug("stored link key type = 0x02%x", type); + debug("stored link key type = 0x%02x", type); if ((type == 0x03 || type == 0x04) && (req.type & 0x01)) hci_send_cmd(dev, OGF_LINK_CTL, -- cgit