Bluetooth: L2CAP: Fix use of '/n' with BT_DBG
BT_DBG already add a new line so that '/n' is not necessary. Change-Id: I7b25470386e2a7228a684665301d2d28d1360808 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
3f4c347f35
commit
12a092757f
1 changed files with 1 additions and 1 deletions
|
@ -1268,7 +1268,7 @@ static int l2cap_chan_le_send_sdu(struct bt_l2cap_chan *chan,
|
|||
}
|
||||
}
|
||||
|
||||
BT_DBG("chan %p cid 0x%04x sent %u\n", chan, chan->tx.cid, sent);
|
||||
BT_DBG("chan %p cid 0x%04x sent %u", chan, chan->tx.cid, sent);
|
||||
|
||||
net_buf_unref(buf);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue