X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.c;h=fc845eb1d43129c5b4ba9d4a0868ae94beae3b4e;hb=88debac51779b5de4f38e60e9a26f3015091d91b;hp=d5580faf1c64552b4ba5078bf31760559ba775f0;hpb=d1b4517721119198b267f58148ce6629e68b0369;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.c b/src/5gnrsch/sch.c index d5580faf1..fc845eb1d 100644 --- a/src/5gnrsch/sch.c +++ b/src/5gnrsch/sch.c @@ -1443,7 +1443,7 @@ uint8_t addUeToBeScheduled(SchCellCb *cell, uint8_t ueIdToAdd) *ueId = ueIdToAdd; if(addNodeToLList(&cell->ueToBeScheduled, ueId, NULLP) != ROK) { - DU_LOG("\nERROR --> SCH : Failed to add UeIdx to cell->ueToBeScheduled list"); + DU_LOG("\nERROR --> SCH : Failed to add ueId [%d] to cell->ueToBeScheduled list", *ueId); return RFAILED; } return ROK;