Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
b7b2992730
commit
8a80480d94
@ -94,7 +94,7 @@ impl Mad {
|
|||||||
|
|
||||||
let close_result = self.close_components().await;
|
let close_result = self.close_components().await;
|
||||||
|
|
||||||
tracing::info!("mad is closing down");
|
tracing::info!("mad is closed down");
|
||||||
match (run_result, close_result) {
|
match (run_result, close_result) {
|
||||||
(Err(run), Err(close)) => {
|
(Err(run), Err(close)) => {
|
||||||
return Err(MadError::AggregateError(AggregateError {
|
return Err(MadError::AggregateError(AggregateError {
|
||||||
|
Loading…
Reference in New Issue
Block a user