Diff between 3b164e92b892477aab26c2e15476016bd3958c84 and e676814d6082ab1cac1ba1712b1a4e112ca881f1
Changed Files
| File | Additions | Deletions | Status |
| tools/btiotest.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/btiotest.c b/tools/btiotest.c
index 95dd7b7..2c77fb3 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);