From e676814d6082ab1cac1ba1712b1a4e112ca881f1 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 17 May 2013 11:28:11 +0300 Subject: [PATCH] btiotest: Fix wrong variable in log message --- tools/btiotest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btiotest.c b/tools/btiotest.c index 95dd7b741..2c77fb3ec 100644 --- a/tools/btiotest.c +++ b/tools/btiotest.c @@ -323,7 +323,7 @@ static void l2cap_listen(const char *src, uint8_t addr_type, uint16_t psm, if (cid) printf("Listening on L2CAP CID 0x%04x (%u)\n", cid, cid); else - printf("Listening on L2CAP PSM 0x%04x (%u)\n", psm, cid); + printf("Listening on L2CAP PSM 0x%04x (%u)\n", psm, psm); data = io_data_new(NULL, reject, disconn, accept); -- 2.47.3