From d650bc298e07397585c16bbbc47f1f4644bd1422 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Fri, 12 Feb 2016 14:11:13 +0200 Subject: [PATCH] Bluetooth: Add missing print format specifier Change-Id: Ia4a3e70a990da69bc5be22f693081f0dd6b6a5e1 Signed-off-by: Andrei Emeltchenko --- net/bluetooth/smp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 3775d1b5892..e5fd519175b 100644 --- a/net/bluetooth/smp.c +++ b/net/bluetooth/smp.c @@ -480,7 +480,7 @@ static int smp_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, BT_DBG("w %s", h(w, 16)); BT_DBG("n1 %s n2 %s", h(n1, 16), h(n2, 16)); - BT_DBG("r %s io_cap", h(r, 16), h(iocap, 3)); + BT_DBG("r %s io_cap %s", h(r, 16), h(iocap, 3)); BT_DBG("a1 %s a2 %s", h(a1, 7), h(a2, 7)); swap_buf(m, n1, 16);