diff --git a/nimble/host/src/ble_l2cap_coc.c b/nimble/host/src/ble_l2cap_coc.c index 5e5fa8b30..5ed048da2 100644 --- a/nimble/host/src/ble_l2cap_coc.c +++ b/nimble/host/src/ble_l2cap_coc.c @@ -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;