From 501141cb00a24d8a101e005f62237b79e077266d Mon Sep 17 00:00:00 2001 From: lukemartinlogan Date: Tue, 26 Dec 2023 17:28:04 -0600 Subject: [PATCH] Make task state a warning --- hrun/include/hrun/work_orchestrator/worker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrun/include/hrun/work_orchestrator/worker.h b/hrun/include/hrun/work_orchestrator/worker.h index 23c39ed18..c50a91652 100644 --- a/hrun/include/hrun/work_orchestrator/worker.h +++ b/hrun/include/hrun/work_orchestrator/worker.h @@ -401,7 +401,7 @@ class Worker { bool was_end = HRUN_TASK_REGISTRY->task_states_.find(task->task_state_) == HRUN_TASK_REGISTRY->task_states_.end(); HILOG(kInfo, "Was end: {}", was_end); - HELOG(kError, "(node {}) Could not find the task state: {}", + HELOG(kWarning, "(node {}) Could not find the task state: {}", HRUN_CLIENT->node_id_, task->task_state_); // entry->complete_ = true; // EndTask(lane, exec, task, off);