feat: add correction
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-07 16:44:23 +02:00
parent b7b2992730
commit 8a80480d94

View File

@@ -94,7 +94,7 @@ impl Mad {
let close_result = self.close_components().await;
tracing::info!("mad is closing down");
tracing::info!("mad is closed down");
match (run_result, close_result) {
(Err(run), Err(close)) => {
return Err(MadError::AggregateError(AggregateError {