diff --git a/crates/autopilot/src/maintenance.rs b/crates/autopilot/src/maintenance.rs index c6c58a63c9..8bca2209b8 100644 --- a/crates/autopilot/src/maintenance.rs +++ b/crates/autopilot/src/maintenance.rs @@ -118,7 +118,9 @@ impl Maintenance { .maintenance_stage_time .with_label_values(&[label]) .start_timer(); - fut.await + let res = fut.await; + tracing::warn!(label, "finshed maintenance sub task"); + res } /// Spawns a background task that runs on every new block but also