Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 203de21b authored by Marcel Holtmann's avatar Marcel Holtmann
Browse files

Bluetooth: Fix for a leftover debug of pairing credentials



One of the LE Secure Connections security credentials was still using
the BT_DBG instead of SMP_DBG.

Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent cb0d2fae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}