Skip to content

Commit

Permalink
One more log
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinquaXD committed Oct 22, 2024
1 parent d1b3158 commit 20f0d2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/autopilot/src/maintenance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20f0d2d

Please sign in to comment.