Fixed spelling of shutdown during forceful shutdown
This commit is contained in:
parent
dc1f75aee3
commit
ed7770f792
|
@ -119,7 +119,7 @@ async fn main() -> color_eyre::Result<()> {
|
||||||
info!("Shutdown gracefully");
|
info!("Shutdown gracefully");
|
||||||
}
|
}
|
||||||
_ = shutdown_task(token.clone()) => {
|
_ = shutdown_task(token.clone()) => {
|
||||||
error!("Failed to shut down gracefully");
|
error!("Failed to shutdown gracefully");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user