X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flsctp.c;h=12f673dcd73fd9b344fbc17c57496074e39de089;hb=cf67fe66c4ec86a0312a41437c0cd225350e5b0b;hp=1641bc4be89208ae97f61acf57aeaf37dc5ebcd1;hpb=9c8b78da0f4ef42dae5e30a3061463b81327e7a0;p=o-du%2Fl2.git diff --git a/src/cm/lsctp.c b/src/cm/lsctp.c index 1641bc4be..12f673dcd 100644 --- a/src/cm/lsctp.c +++ b/src/cm/lsctp.c @@ -43,7 +43,7 @@ uint8_t cmPkSctpNtfy(Pst *pst, CmInetSctpNotification *ntfy) if(ODU_GET_MSG_BUF(pst->region, pst->pool, &mBuf) != ROK) { - printf("\nSCTP : Failed to allocate memory"); + DU_LOG("\nERROR --> SCTP : Failed to allocate memory"); return RFAILED; } @@ -56,7 +56,7 @@ uint8_t cmPkSctpNtfy(Pst *pst, CmInetSctpNotification *ntfy) if (ODU_POST_TASK(pst, mBuf) != ROK) { - printf("\nSCTP : ODU_POST_TASK failed while sending SCTP notification"); + DU_LOG("\nERROR --> SCTP : ODU_POST_TASK failed while sending SCTP notification"); return RFAILED; }