X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fdu_app_mac_inf.c;h=41f725cdb5b6795fbc6573569ba73def9f2ebd6d;hb=bce97b3fc156581b450ccae095df357701289c78;hp=c190aa6599f762dc064525fa212fe40adae18404;hpb=1616921700a3c7541f1df6dd2678f9ee4d8e933b;p=o-du%2Fl2.git diff --git a/src/cm/du_app_mac_inf.c b/src/cm/du_app_mac_inf.c index c190aa659..41f725cdb 100644 --- a/src/cm/du_app_mac_inf.c +++ b/src/cm/du_app_mac_inf.c @@ -356,7 +356,7 @@ uint8_t packMacSlotInd(Pst *pst, SlotIndInfo *slotInfo ) if (ODU_GET_MSG_BUF(pst->region, pst->pool, &mBuf) != ROK) { - DU_LOG("\nDU APP : Memory allocation failed for cell start req pack"); + DU_LOG("\nDU APP : Memory allocation failed for packMacSlotInd"); return RFAILED; }