diff --git a/scheduler-pool/src/lib.rs b/scheduler-pool/src/lib.rs index 4f0eb6f5e5148c..296fbf23525a9e 100644 --- a/scheduler-pool/src/lib.rs +++ b/scheduler-pool/src/lib.rs @@ -929,7 +929,7 @@ where ), ( "status", - format!("{:?}", ee.execution_result.0), + format!("{:?}", ee.result_with_timings.0), String ), ("duration", ee.execution_us, i64),