Skip to content

Commit

Permalink
Make task state a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Dec 26, 2023
1 parent b0fa2ef commit 501141c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrun/include/hrun/work_orchestrator/worker.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 501141c

Please sign in to comment.