From b2ac257ef5b728c52912ba7156ad2ff01f1c346f Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Thu, 15 Feb 2018 13:40:34 +0100
Subject: [PATCH] integration fix: compilation failed

The following compilation failed before this commit:

    ./build_oai --eNB -w USRP -c --T-tracer
---
 openair2/ENB_APP/enb_app.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair2/ENB_APP/enb_app.c b/openair2/ENB_APP/enb_app.c
index a1d3da9cccb..481bfaa521e 100644
--- a/openair2/ENB_APP/enb_app.c
+++ b/openair2/ENB_APP/enb_app.c
@@ -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;
 
-- 
GitLab