Fixed spelling of shutdown during forceful shutdown

This commit is contained in:
2025-04-20 21:45:05 +02:00
parent dc1f75aee3
commit ed7770f792

View File

@@ -119,7 +119,7 @@ async fn main() -> color_eyre::Result<()> {
info!("Shutdown gracefully");
}
_ = shutdown_task(token.clone()) => {
error!("Failed to shut down gracefully");
error!("Failed to shutdown gracefully");
}
};