Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jan 23, 2025
1 parent 85bcfe1 commit 1933a52
Show file tree
Hide file tree
Showing 15 changed files with 1,781 additions and 1,165 deletions.
4 changes: 2 additions & 2 deletions check/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fn is_succesful(check_name: String, res: Result<(), String>) {
}
_ => {
tracing::warn!("Check {} assertion not found (err)...", check_name);
},
}
}
tracing::error!("{}", format!("Error! {}: {}", check_name, e));
} else {
Expand All @@ -198,7 +198,7 @@ fn is_succesful(check_name: String, res: Result<(), String>) {
}
_ => {
tracing::warn!("Check {} assertion not found...", check_name);
},
}
}
tracing::debug!("{}", format!("Check {} was successful.", check_name));
}
Expand Down
Loading

0 comments on commit 1933a52

Please sign in to comment.