modify log msg (#16062)

Co-authored-by: xiangzihao <460888207@qq.com>
This commit is contained in:
sleo 2024-05-24 11:28:49 +08:00 committed by GitHub
parent 5037f0a5e3
commit 581a7edad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1358,7 +1358,7 @@ public class WorkflowExecuteRunnable implements IWorkflowExecuteRunnable {
}
}
log.info("The dependTasks of task all success, currentTaskCode: {}, dependTaskCodes: {}",
taskCode, Arrays.toString(completeTaskSet.toArray()));
taskCode, Arrays.toString(indirectDepCodeList.toArray()));
return DependResult.SUCCESS;
}