Commit dd801325 authored by Robert Schmidt's avatar Robert Schmidt

Terminate LOG with newline

parent db2c03d3
...@@ -380,7 +380,7 @@ void *tx_reorder_thread(void* param) { ...@@ -380,7 +380,7 @@ void *tx_reorder_thread(void* param) {
if (resL1Reserve) { if (resL1Reserve) {
resL1=resL1Reserve; resL1=resL1Reserve;
if (((processingData_L1tx_t *)NotifiedFifoData(resL1))->slot != next_tx_slot) { if (((processingData_L1tx_t *)NotifiedFifoData(resL1))->slot != next_tx_slot) {
LOG_E(PHY,"order mistake"); LOG_E(PHY,"order mistake\n");
resL1Reserve=NULL; resL1Reserve=NULL;
resL1 = pullTpool(gNB->L1_tx_out, gNB->threadPool); resL1 = pullTpool(gNB->L1_tx_out, gNB->threadPool);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment