nimble/l2cap: Minor printout fix

This commit is contained in:
Łukasz Rymanowski
2019-03-25 22:40:32 +01:00
parent 5d4faaaf45
commit c6ce9930c1
+1 -1
View File
@@ -398,7 +398,7 @@ ble_l2cap_coc_continue_tx(struct ble_l2cap_chan *chan)
len, tx->credits, OS_MBUF_PKTLEN(tx->sdu)- tx->data_offset );
if (tx->data_offset == OS_MBUF_PKTLEN(tx->sdu)) {
BLE_HS_LOG(DEBUG, "Complete package sent");
BLE_HS_LOG(DEBUG, "Complete package sent\n");
os_mbuf_free_chain(tx->sdu);
tx->sdu = 0;
tx->data_offset = 0;