JIRA-ID ODUHIGH-275 classification of logs of RLC part -2
[o-du/l2.git] / src / 5gnrrlc / kw_udx.c
index 0959f75..ccb2f33 100755 (executable)
@@ -370,7 +370,7 @@ CkwUeInfo  *newUeInfo
           }
        default:
        {
-          printf("cmPkUdxUeIdChgReq()- selector =%d not supported \n", pst->selector);
+          DU_LOG("\nERROR  -->  RLC : cmPkUdxUeIdChgReq()- selector =%d not supported \n", pst->selector);
           exit(1);
        }
 #endif
@@ -1027,7 +1027,7 @@ S16 cmUnpkUdxUeIdChgReq(UdxUeIdChgReq func,Pst *pst,Buffer *mBuf)
        }
        default:
        {
-          printf("cmUnpkUdxUeIdChgReq()- selector =%d not supported \n", pst->selector);
+          DU_LOG("\nERROR  -->  RLC : cmUnpkUdxUeIdChgReq()- selector =%d not supported \n", pst->selector);
           exit(1);
        }