Commit b2ac257e authored by Cedric Roux's avatar Cedric Roux

integration fix: compilation failed

The following compilation failed before this commit:

    ./build_oai --eNB -w USRP -c --T-tracer
parent e4a5470d
......@@ -204,7 +204,7 @@ void *eNB_app_task(void *args_p)
switch (ITTI_MSG_ID(msg_p)) {
case TERMINATE_MESSAGE:
LOG_W(TASK_ENB_APP, " *** Exiting ENB_APP thread\n");
LOG_W(ENB_APP, " *** Exiting ENB_APP thread\n");
itti_exit_task ();
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