Skip to content

Commit

Permalink
Fix restart message
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Aug 17, 2020
1 parent 6a2bb69 commit f5cb5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ async fn try_main(
Ok(Intent::Restart)
},
_ = internal_restart => {
log::info!("shutdown triggered by bot");
log::info!("restart triggered by bot");
Ok(Intent::Restart)
},
_ = tokio::signal::ctrl_c() => {
Expand Down

0 comments on commit f5cb5b2

Please sign in to comment.