Skip to content

Commit

Permalink
Added 'stopped' comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hmettendorf committed Mar 7, 2024
1 parent f5379ce commit e5755ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ async fn main() {
info!("starting controller");
controller(client, taint_config).await;

info!("controller stopped");
log::logger().flush();
}

Expand Down

0 comments on commit e5755ba

Please sign in to comment.