Fixed spelling of shutdown during forceful shutdown
This commit is contained in:
parent
78bc46c56b
commit
c65b4d725d
|
@ -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