diff --git a/openair3/RAL-LTE/LTE_RAL_ENB/MIH-USER/lte_test_user/rg_mih_usr.cpp b/openair3/RAL-LTE/LTE_RAL_ENB/MIH-USER/lte_test_user/rg_mih_usr.cpp index 776697c3b409db04d3044031651bf1f4f06270fb..b32628931c8b17eec2a0d6159814320876f247e9 100755 --- a/openair3/RAL-LTE/LTE_RAL_ENB/MIH-USER/lte_test_user/rg_mih_usr.cpp +++ b/openair3/RAL-LTE/LTE_RAL_ENB/MIH-USER/lte_test_user/rg_mih_usr.cpp @@ -728,8 +728,8 @@ void mih_user::receive_MIH_Link_Down_indication(odtone::mih::message& msg) // log_(0, "[MSC_MSG]["+getTimeStamp4Log()+"]["+ msg.source().to_string() +"][--- MIH_Link_Down.indication\\n"+link_down_reason2string(ldr).c_str()+" --->]["+msg.destination().to_string()+"]\n"); - // Display message parameters -// log_(0, " - LINK_ID - Link identifier: ", link_id2string(link).c_str()); + //Display message parameters + log_(0, " - LINK_ID - Link identifier: ", link_id2string(link).c_str(), "\n"); // log_(0, " - LINK_DN_REASON - Link down reason: ", link_down_reason2string(ldr).c_str(), "\n"); log_(0, "MIH_Link_Down.indication - End\n");