Commit c4160190 authored by khadraou's avatar khadraou

bugfix

parent 6d84da68
......@@ -1630,7 +1630,7 @@ static void* ru_thread( void* param ) {
while (!oai_exit) {
LOG_I(PHY,"Waiting for thread control. RU %d,\n",ru->idx;
LOG_I(PHY,"Waiting for thread control. RU %d\n",ru->idx);
// wait to be woken up
if (wait_on_condition(&ru->proc.mutex_ru,&ru->proc.cond_ru_thread,&ru->proc.instance_cnt_ru,"ru_thread")<0) break;
......
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