Skip to content

Commit

Permalink
Bluetooth: Fix for a leftover debug of pairing credentials
Browse files Browse the repository at this point in the history
One of the LE Secure Connections security credentials was still using
the BT_DBG instead of SMP_DBG.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
  • Loading branch information
Marcel Holtmann committed Jan 2, 2015
1 parent cb0d2fa commit 203de21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bluetooth/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ static int smp_f6(struct crypto_hash *tfm_cmac, const u8 w[16],
if (err)
return err;

BT_DBG("res %16phN", res);
SMP_DBG("res %16phN", res);

return err;
}
Expand Down

0 comments on commit 203de21

Please sign in to comment.